NETVIRT-1171:IPv4 entries appearing in FIB though not associated to Router 63/70363/11
authorKarthikeyan Krishnan <karthikeyangceb007@gmail.com>
Thu, 5 Apr 2018 06:57:57 +0000 (12:27 +0530)
committerSam Hague <shague@redhat.com>
Tue, 1 May 2018 19:04:24 +0000 (19:04 +0000)
commit94ee991ee8794dc86bbe9a8998805cd3fc713c9a
tree0308051d3410dfc2f5f8e5dda2ee20d25b4aee80
parentba7343b9864a665d7620638bc20a5e46262ba621
NETVIRT-1171:IPv4 entries appearing in FIB though not associated to Router

Problem Description:
====================
IPv4 entries are appearing in FIB when subnet is not associated to router
in a dualstack network

Solution Description:
=====================
Dual Stack VM has both IPv4 and IPv6 Address, IPv6 or IPv4 subnet only
associated to router means it should show only IPv6 or IPv4 address based
on the subnet address family. To do this behaviour we need to create the
VPN-Interface adjacency based on the subnet associated to router. Have
done the code changes accordingly in VPN-Interface adjacency.

Change-Id: Id1a4712dc1b8be0713fe7dcb526555c5e5021e39
Signed-off-by: Karthikeyan Krishnan <karthikeyangceb007@gmail.com>
neutronvpn/impl/src/main/java/org/opendaylight/netvirt/neutronvpn/NeutronvpnManager.java
vpnmanager/impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnInterfaceManager.java
vpnmanager/impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnInterfaceOpListener.java
vpnmanager/impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnUtil.java