summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rnh.c
Commit message (Collapse)AuthorAgeFilesLines
* zebra: fix nht validity checking to be same as when it's resolvedTimo Teräs2016-03-301-2/+2
| | | | | | | | This reverts commit 7e3a435bd99 "A valid BGP nexthop is flagged as invalid" Problem is BGP thinks the nexthop is accessible when it's recursive, and selects it, but zebra rejects it at route install time. Causing FIB and BGP state to be out-of-sync. Fix nht to follow same rules as zebra rib.
* fix next hop tracking to test if rib is in fibTimo Teräs2016-03-301-1/+1
|
* cumulus take-3cumulus-take-3Timo Teräs2016-03-301-0/+761