PCEP sucessfull connection now implemented. Fixed minor bug in parsing.
[bgpcep.git] / pcep / testtool / src / test / java / org / opendaylight / protocol / pcep / testtool / PCCMock.java
index 6c33111c8855b5721f2e46df45e37ae1fd383301..ac13117cdf1ada1eb3e6ff5bc54a1b88744361f7 100644 (file)
@@ -65,7 +65,7 @@ public class PCCMock {
                        d.createClient(new PCEPConnection() {
                                @Override
                                public InetSocketAddress getPeerAddress() {
-                                       return new InetSocketAddress("127.0.0.1", 4189);
+                                       return new InetSocketAddress("127.0.0.3", 12345);
                                }
 
                                @Override