Bug 7283: Fix exception in VpnInterfaceManager for IPv6 subnets 43/48943/2
authorSridhar Gaddam <sgaddam@redhat.com>
Thu, 1 Dec 2016 15:31:58 +0000 (21:01 +0530)
committerSam Hague <shague@redhat.com>
Fri, 2 Dec 2016 23:11:34 +0000 (23:11 +0000)
commitc80380e18b38b49e5b608b0606348bd29b0b9520
treea624d4c264e9513fe0d30a1cc6e98e759a9dbe7d
parent9d04133be0b05e116756d59c92753754fcb7c74d
Bug 7283: Fix exception in VpnInterfaceManager for IPv6 subnets

Commit cb7992e6bfe76535933e5c111dea56b230f30dd5 implements Arp
responder for internal subnet GW addresses. Arp equivalent in IPv6
is Neighbor discovery and currently there is no support in OpenFlow
to program rules to auto-respond to Neighbor Solicitation requests.
So, this patch updates the code to program arp responderer rules
only for IPv4 subnets.

Change-Id: Id7f8d506d38f5acbf075402656d3dae10802fc64
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
vpnservice/vpnmanager/vpnmanager-impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnInterfaceManager.java