changed the outbound dest tcp port to the requested IANA port
[netvirt.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / OvsdbClient.java
index d8c4a2e99daab8607d2e130824bde25ef8a3ce6a..acfdfb70f9c22dcd78c776fcc992dbe3c5710c89 100755 (executable)
@@ -16,7 +16,7 @@ public class OvsdbClient {
         try{\r
             String identifier = "TEST";\r
             InetAddress address = InetAddress.getByName("172.28.30.51");\r
-            int port = 6634;\r
+            int port = 6632;\r
             Connection connection = OvsdbIO.connect(identifier, address, port);\r
             if (connection != null) {\r
                 OvsdbMessage message = new OvsdbMessage("list_dbs", null);\r