ECMP - MIP/learnt IPs pointing to groups 89/77989/3
authoreswanit <swati.udhavrao.niture@ericsson.com>
Tue, 20 Nov 2018 15:24:00 +0000 (20:54 +0530)
committerSam Hague <shague@redhat.com>
Sun, 9 Dec 2018 19:12:27 +0000 (19:12 +0000)
commit3f95c588489fb7c3fca15c841701babc39e96e02
tree7da7d1c2bdf83f3918ee2cea4b7cbe1797529d45
parent72065f5143b3d4a5d0715999aeb35397c34e46d9
ECMP - MIP/learnt IPs pointing to groups

Issue:
MIP/learnt IPs (both local and remote) programmed in FIB
(table-21) were pointing to load balancing groups rather
than redirecting to table-220. Only extra routes
(in table 21) need to be pointed to the group.

Fix:
Adding a check to enter setupLoadBalancingNextHop if
it is a static route

Also, the logic for removeAdjacencyFromInternalVpn method
is changed for the deletion of extra-route and nexthop.

Change-Id: Ie2aa43fb3180c032a609cba4fa39ac20f3a5b003
Signed-off-by: eswanit <swati.udhavrao.niture@ericsson.com>
fibmanager/impl/src/main/java/org/opendaylight/netvirt/fibmanager/VrfEntryListener.java
vpnmanager/impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnInterfaceManager.java