Incorrect IPv6 address for controller 57/75157/6
authorVishal Thapar <vthapar@redhat.com>
Mon, 13 Aug 2018 07:31:57 +0000 (13:01 +0530)
committerVishal Thapar <vthapar@redhat.com>
Tue, 28 Aug 2018 09:12:27 +0000 (14:42 +0530)
commit67e0895209eba92ecfcc25c4b88936747e97c1a0
tree346c10b5c67de8ba3a05000f2c31997bf04646da
parent669d9080b3794f62e60764d335f7b063c9f97a1c
Incorrect IPv6 address for controller

getControllersFromOvsdbNode() method to uses ':' as
delimiter for protocol, IP and Port, which is broken
by IPv6 addresses which use : as delimiters for address
octets.

Fix is to handle IPv6 addresses differently.

JIRA: OVSDB-466
Change-Id: Ifc7070d0d3ba5e60a124dc612cdfc66cafa1527b
Signed-off-by: Vishal Thapar <vthapar@redhat.com>
utils/southbound-utils/src/main/java/org/opendaylight/ovsdb/utils/southbound/utils/SouthboundUtils.java