From: SridharG Date: Thu, 26 Nov 2015 15:18:21 +0000 (+0000) Subject: Avoid exceptions with IPv6 subnets X-Git-Tag: release/beryllium-sr2~243^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=ec4220b577fb2fe3be1fd2b02aabbc3b75956d84;hp=ec4220b577fb2fe3be1fd2b02aabbc3b75956d84;p=netvirt.git Avoid exceptions with IPv6 subnets In a setup where ODL is used for L2 support and Neutron L3 agent is used for Routing, we see some Java exceptions when IPv6 subnets are created. Because of the Java exception, Layer2 connectivity is lost and we are unable to work with IPv6 subnets. In this patch, we log an error instead of exception. Patch set 2: add other places in netvirt code where ipv6 (address and prefix) could be used and it would be improperly interpreted. Patch set 3: minor code review changes. Change-Id: I4e253f8f86a1a3f027e57861549e9a1f98ff5fbf Signed-off-by: Sridhar Gaddam Signed-off-by: SridharG ---