BUG-5932: Remove unused OpenFlow configuration parameters 67/39367/6
authorRobert Varga <rovarga@cisco.com>
Tue, 24 May 2016 17:06:50 +0000 (19:06 +0200)
committerAnil Vishnoi <vishnoianil@gmail.com>
Wed, 15 Jun 2016 05:11:15 +0000 (05:11 +0000)
OpenFlowPlugin is hosting its own configuration, these knobs are
no longer needed.

Change-Id: Ib9c9505075ae17a8540219e7b2612494f460366c
Signed-off-by: Robert Varga <rovarga@cisco.com>
karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties

index 9a0843c13150e3b1f38ab621ef48272c84e6a028..6898b03d06e43e3588e31184cff2f0cbee1e05dc 100644 (file)
@@ -32,36 +32,6 @@ container.profile = Container
 # Connection manager configuration
 connection.scheme = ANY_CONTROLLER_ONE_MASTER
 
-# Open Flow related system parameters
-# TCP port on which the controller is listening (default 6633)
-# of.listenPort=6633
-# IP address of the controller (default: wild card)
-# of.address = 127.0.0.1
-# The time (in milliseconds) the controller will wait for a response after sending a Barrier Request or a Statistic Request message (default 2000 msec)
-# of.messageResponseTimer=2000
-# The switch liveness timeout value (default 60500 msec)
-# of.switchLivenessTimeout=60500
-# The size of the queue holding pending statistics requests (default 64). For large networks of n switches, it is recommended to set the queue size to n
-# of.statsQueueSize = 64
-# The flow statistics polling interval in second (default 10 sec)
-# of.flowStatsPollInterval=10
-# The port statistics polling interval in second (default 5 sec)
-# of.portStatsPollInterval=5
-# The description statistics polling interval in second (default 60 sec)
-# of.descStatsPollInterval=60
-# The table statistics polling interval in second (default 10 sec)
-# of.tableStatsPollInterval=10
-# The maximum number of asynchronous messages can be sent before sending a Barrier Request (default 100)
-# of.barrierMessagePriorCount=100
-# The interval which determines how often the discovery packets should be sent (default 300 sec)
-# of.discoveryInterval=300
-# The timeout multiple of discovery interval
-# of.discoveryTimeoutMultiple=2
-# For newly added ports, allow one more retry if the elapsed time exceeds this threshold (default 30 sec)
-# of.discoveryThreshold=30
-# The maximum number of ports handled in one discovery batch (default 512)
-# of.discoveryBatchMaxPorts=512
-
 # OVSDB configuration
 # ovsdb plugin supports both active and passive connections. It listens on port 6640 by default for Active connections.
 ovsdb.listenPort=6640