Committed by
Gerrit Code Review
Changed ovsdb device ID from ovsdb:ip:port to ovsdb:ip
Change-Id: I1aa48d2f7c7e1c63fb74cda90446a64a06837e2f
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -61,7 +61,7 @@ public class DefaultOvsdbNode implements OvsdbNode { | ... | @@ -61,7 +61,7 @@ public class DefaultOvsdbNode implements OvsdbNode { |
61 | 61 | ||
62 | @Override | 62 | @Override |
63 | public DeviceId deviceId() { | 63 | public DeviceId deviceId() { |
64 | - return DeviceId.deviceId("ovsdb:" + this.ip.toString() + ":" + this.port.toString()); | 64 | + return DeviceId.deviceId("ovsdb:" + this.ip.toString()); |
65 | } | 65 | } |
66 | 66 | ||
67 | @Override | 67 | @Override | ... | ... |
-
Please register or login to post a comment