Merge "Remove RoleManager and RoleContext"
authorShuva Jyoti Kar <shuva.jyoti.kar@ericsson.com>
Thu, 20 Oct 2016 07:05:20 +0000 (07:05 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 20 Oct 2016 07:05:20 +0000 (07:05 +0000)
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