]> git.puffer.fish Git - matthieu/frr.git/commit
The CHANGED flag may be set for a route (RIB entry) due to change in
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jun 2015 16:11:12 +0000 (09:11 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jun 2015 16:11:12 +0000 (09:11 -0700)
commit8733ba725d83a688673f3cdae79efcad5991e773
tree0b817059b765aaa24cf34c1dddc9427b125806d2
parente2ae41ad763585723b10a7d9623dfb44d830337a
The CHANGED flag may be set for a route (RIB entry) due to change in
interface or nexthop status. However, this route may not be selected as
the best and may not be the prior best. The flag needs to be reset
after evaluating the route as not doing so may prevent future nexthop
validation for this route.
zebra/zebra_rib.c