From a232009ec6a3a9e7f8f7e3157ac35a686515d93a Mon Sep 17 00:00:00 2001 From: Madhu Venugopal Date: Mon, 27 Jan 2014 01:07:03 -0800 Subject: [PATCH] Adding a couple of ovsdb config variables to the config.ini Change-Id: I5c524121130845bd8d42f545430f5f06293cfc25 Signed-off-by: Madhu Venugopal --- .../src/main/resources/configuration/config.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini index be6fae7598..47563b94cf 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini @@ -114,6 +114,14 @@ org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml # 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 + +# ovsdb creates Openflow nodes/bridges. This configuration configures the bridge's Openflow version. +# default Openflow version = 1.0, we also support 1.3. +# ovsdb.of.version=1.3 + # TLS configuration # To enable TLS, set secureChannelEnabled=true and specify the location of controller Java KeyStore and TrustStore files. # The Java KeyStore contains controller's private key and certificate. The Java TrustStore contains the trusted certificate -- 2.36.6