Fix default/legacy openflow ports
[openflowjava.git] / openflowjava-blueprint-config / src / main / resources / org / opendaylight / blueprint / openflowjava.xml
index 2cd5a07007bee149628f67fcaf952cdcb7f4a67a..e1d3c000e375501d4fe6583f1b14778cc054a5d4 100644 (file)
@@ -5,7 +5,7 @@
   <reference id="switchConnectionProviderFactory" interface="org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProviderFactory"
           odl:type="default"/>
 
-  <!-- Create OF switch connection provider on port 6633 -->
+  <!-- Create OF switch connection provider on port 6653 (default) -->
   <odl:clustered-app-config id="defaultSwitchConnConfig" default-config-file-name="default-openflow-connection-config.xml"
       binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506.SwitchConnectionConfig"
       list-key-value="openflow-switch-connection-provider-default-impl">
@@ -18,7 +18,7 @@
   <service ref="defaultSwitchConnProvider" interface="org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider"
           odl:type="openflow-switch-connection-provider-default-impl"/>
 
-  <!-- Create OF switch connection provider on port 6653 -->
+  <!-- Create OF switch connection provider on port 6633 (legacy) -->
   <odl:clustered-app-config id="legacySwitchConnConfig" default-config-file-name="legacy-openflow-connection-config.xml"
       binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506.SwitchConnectionConfig"
       list-key-value="openflow-switch-connection-provider-legacy-impl">