IPv6 loopback ip is not displaying in fib entry 04/92004/4
authorKarthikeyan Krishnan <karthikeyangceb007@gmail.com>
Mon, 10 Aug 2020 09:49:13 +0000 (15:19 +0530)
committerKarthikeyan Krishnan <karthikeyangceb007@gmail.com>
Tue, 15 Sep 2020 03:22:33 +0000 (03:22 +0000)
commit64d204668f4955e8ab53bff59224f3f975b0ae9a
tree593147ce92ed1beeb06b8e712f744b04432afeb9
parent3f8a4cbcab23b2f35e38575fa6baa79148f18c35
IPv6 loopback ip is not displaying in fib entry

Issue:
======
IPv6 address family type is not added to BGP VRF table
if external network is already been set with router-gw
before external network to Internet BGPVPN instance.

Solution:
=========
Added one more extra check when external network to
Internet BGPVPN association event call to check whether
external network is already been set with router-gw and
if that router has V6 subnet then set IPv6 address family
in the Internet BGPVPN instance. This logic will trigger
the subsequent event to update the BGP VRF table.

Signed-off-by: Karthikeyan Krishnan <karthikeyangceb007@gmail.com>
Change-Id: Ib382ac062c65ac3c974f72c125c8eb37c6f64f9d
neutronvpn/impl/src/main/java/org/opendaylight/netvirt/neutronvpn/NeutronvpnManager.java
neutronvpn/impl/src/main/java/org/opendaylight/netvirt/neutronvpn/NeutronvpnUtils.java