# vim:set ft=jproperties: ################################################################################ # OpenFlowPlugin configuration file # # All config parameters listed here require to be configured before switch # connection, else requires a switch restart. # All parameters here will be persisted, however need to change it explicitly # for each node of the cluster. ################################################################################ # # Quota for maximum number of RPC requests # # rpc-requests-quota=20000 # # This parameter indicates whether it is mandatory for switch to support OF1.3 # features : table, flow, meter,group. If this is set to true and switch doesn't # support these features its connection will be denied. # # switch-features-mandatory=false # # Global notification quota # # global-notification-quota=64000 # # If enabled, periodic statistics gathering will be turned on # # is-statistics-polling-on=true # # Expose backward compatible statistics RPCs providing result in form of # asynchronous notification. This is deprecated, use direct statistics instead. # # is-statistics-rpc-enabled=false # # Barrier timeout # # barrier-interval-timeout-limit=500 # # Barrier limit # # barrier-count-limit=25600 # # How long we should wait for echo reply (value is in milliseconds) # # echo-reply-timeout=2000 # # Minimum (starting) number of threads in thread pool # # thread-pool-min-threads=1 # # Maximum number of threads in thread pool # # thread-pool-max-threads=32000 # # After how much time (in seconds) of inactivity will be threads in pool # terminated # # thread-pool-timeout=60 # # Turning on flow removed notification # # enable-flow-removed-notification=true # # 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 # # skip-table-features=true # # Initial delay used in polling the statistics, value is in milliseconds # # basic-timer-delay=3000 # # Maximum timer delay is the wait time to collect next statistics used in # polling the statistics, value is in milliseconds # # maximum-timer-delay=900000 # # When true, Yang models are serialized and deserialized directly to and from # format supported by device, so serialization and deserialization is faster. # Otherwise, models are first serialized to Openflow specification models and # then to format supported by device, and reversed when deserializing. # # use-single-layer-serialization=true ############################################################################# # # # Forwarding Rule Manager Application Configuration # # # ############################################################################# # Disable the default switch reconciliation mechanism # disable-reconciliation=false # Enable stale marking for switch reconciliation. Once user enable this feature # forwarding rule manager will keep track of any change to the config data store # while the switch is disconnected from controller. Once switch reconnect to the # controller it will apply those changes to the switch and do the reconciliation # of other configuration as well. # NOTE: This option will be effective only if disable_reconciliation=false. # stale-marking-enabled=false # Number of time forwarding rules manager should retry to reconcile any specific # configuration. # reconciliation-retry-count=5