]> git.puffer.fish Git - matthieu/frr.git/commit
Zebra: Fix static NHT for multiple routes scenario
authorvivek <vivek@cumulusnetworks.com>
Mon, 21 Sep 2015 04:20:29 +0000 (21:20 -0700)
committervivek <vivek@cumulusnetworks.com>
Mon, 21 Sep 2015 04:20:29 +0000 (21:20 -0700)
commit796c789cd06553c0478155389e026413ab69f5dd
tree65aec5d726a6840f5cc8425b586ae0a278981c1c
parentf910ef58c5fffa50a87385e5a60c9221fecb426b
Zebra: Fix static NHT for multiple routes scenario

Ticket: CM-7482
Reviewed By: CCR-3518
Testing Done: Manual verification (on 2.5-br)

When a static route has a nexthop change but the route is also learnt
through another protocol, ensure that the nexthop tracking code marks
the correct route entry (RIB) for processing.

This is a port of patch zebra-static-nht-fixes2.patch from 2.5-br.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Dinesh Dutt <ddutt@cumulusnetworks.com>
zebra/zebra_rnh.c