From 9ef0e0cb27949d6e9153b4042d35f691f87cdcf5 Mon Sep 17 00:00:00 2001 From: Madhu Venugopal Date: Mon, 7 Jul 2014 14:29:35 -0700 Subject: [PATCH] Changing the ovsdb.of.version to 1.3 by default in config.ini This gerrit must be merged first prior to https://git.opendaylight.org/gerrit/#/c/7842 in order to keep the ovsdb project dependency assumptions intact. Change-Id: I47480b5255b4a595aabcac68900726e45319b178 Signed-off-by: Madhu Venugopal --- .../opendaylight/src/main/resources/configuration/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini index f05afbb346..f4bf483579 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini @@ -113,8 +113,8 @@ org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true 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 +# default Openflow version = 1.3, we also support 1.0. +ovsdb.of.version=1.3 # TLS configuration # To enable TLS, set secureChannelEnabled=true and specify the location of controller Java KeyStore and TrustStore files. -- 2.36.6