]> git.puffer.fish Git - mirror/frr.git/commit
zebra: fix rnh deleting nht entry 1776/head
authorDon Slice <dslice@cumulusnetworks.com>
Wed, 21 Feb 2018 18:45:05 +0000 (10:45 -0800)
committerDon Slice <dslice@cumulusnetworks.com>
Wed, 21 Feb 2018 18:47:21 +0000 (10:47 -0800)
commitb43444f53a3c21e116c66fd66fb776ffcb727205
tree1430bf2e47f63395592a6e33d5430fe02cf20769
parent4298f5e937a1fa689047697395f8b741fb9b3d15
zebra: fix rnh deleting nht entry

Problem seen when a prefix was learned with nexthops from multiple
route sources (static and ospf in this case) and the link to that
nexthop flaps.  The nht entry was incorrectly deleted so when the
link came back up the static was not re-installed correctly.

Ticket: CM-19675
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
zebra/zebra_rib.c