Merge "Re-added config.version to config-module-archetype."
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / config.ini
index f05afbb346f7f157162b313981874c4d3d6bdd40..f4bf4835796aa5536d8cc9b7f4c4bdeda826a373 100644 (file)
@@ -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.