BUG-6890: Updated the cfg file with detailed description 93/46993/2
authorShuva Kar <shuva.jyoti.kar@ericsson.com>
Mon, 17 Oct 2016 05:55:36 +0000 (11:25 +0530)
committerShuva Jyoti Kar <shuva.jyoti.kar@ericsson.com>
Mon, 17 Oct 2016 05:58:21 +0000 (05:58 +0000)
of usage

Change-Id: Ibe772a29107296cb96cf4aa48c1d3cb2dee4f3b2
Signed-off-by: Shuva Kar <shuva.jyoti.kar@ericsson.com>
openflowplugin-blueprint-config/src/main/resources/initial/openflowplugin.cfg

index e2036e2705f6b44c02ace94ff697270c4e95b82f..4fffbc593c86b2c0adff46994c694bda9749aeab 100644 (file)
@@ -1,22 +1,27 @@
-#Flag to turn flow removed notification on/off. Flow removed notification is turned on
-#by default
+#All config parameters listed herein
+#require to be configured before switch connection, else requires a switch restart
+#
+#Flag to turn flow removed notification on/off.
+#Flow removed notification is turned on by default. Default value false
 notification-flow-removed-off=false
 #Ability to skip pulling and storing of large table features. These features are still
 #available via rpc but if set to true then maintenance in DS will be omitted
+#Turned off by default. Default value true
 skip-table-features=true
-#Flag exposing backward compatible statistics rpcs providing result in form of async notification
-#deprecated usage
-#requires to be configured before switch connection, else require a switch restar
+#Flag exposing backward compatible statistics rpcs providing result in form of async
+#notification.Usage deprecated as of Bo upwards.
+#Turned off by default. Default value false
 is-statistics-rpc-enabled=false
 #Timeout interval in milliseconds between each barrier message.
-#requires to be configured before switch connection, else require a switch restart
+#Default value is set to 500 milliseconds
 barrier-interval-timeout-limit=500
 #Maximum outbound queue depth
-#requires to be configured before switch connection, else require a switch restart
+#Default value is set to 25600
 barrier-count-limit=25600
 #Echo reply timeout specified on the controller side beyond which the connection is deemed dead
-#requires to be configured before switch connection, else require a switch restart
+#Default value is set to 2000 milliseconds
 echo-reply-timeout=2000
 #flag to turn on/off statistics polling
 #can be changed on demand
+#Turned off by default. Default value is false
 is-statistics-polling-off=false