Merge "BUG-6890: Edit to cfg file reflecting that statistics collection is turned...
[openflowplugin.git] / openflowplugin-blueprint-config / src / main / resources / initial / openflowplugin.cfg
1 #All config parameters listed herein
2 #require to be configured before switch connection, else requires a switch restart
3 #
4 #Flag to turn flow removed notification on/off.
5 #Flow removed notification is turned on by default. Default value false
6 notification-flow-removed-off=false
7 #Ability to skip pulling and storing of large table features. These features are still
8 #available via rpc but if set to true then maintenance in DS will be omitted
9 #Turned off by default. Default value true
10 skip-table-features=true
11 #Flag exposing backward compatible statistics rpcs providing result in form of async
12 #notification.Usage deprecated as of Bo upwards.
13 #Turned off by default. Default value false
14 is-statistics-rpc-enabled=false
15 #Timeout interval in milliseconds between each barrier message.
16 #Default value is set to 500 milliseconds
17 barrier-interval-timeout-limit=500
18 #Maximum outbound queue depth
19 #Default value is set to 25600
20 barrier-count-limit=25600
21 #Echo reply timeout specified on the controller side beyond which the connection is deemed dead
22 #Default value is set to 2000 milliseconds
23 echo-reply-timeout=2000
24 #flag to turn on/off statistics polling
25 #can be changed on demand
26 #Turned on by default. Default value is false
27 is-statistics-polling-off=false