]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Properly set NEXTHOP_FLAG_FIB when skipping install
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jun 2020 11:34:18 +0000 (07:34 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 28 Sep 2020 16:40:59 +0000 (12:40 -0400)
commit27805e74f02c9e0b4f0086e8727135788cf9fe2b
treef42cf0dcae66f79dafbdf61afbc348e62fe535da
parente3b9c0f2f696956aac4f7c58ad73f46b46264dca
zebra: Properly set NEXTHOP_FLAG_FIB when skipping install

When the dataplane detects that we have no need to
reinstall the same route, setup the NEXTHOP_FLAG_FIB
appropriately.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_dplane.c