mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 07:40:02 +00:00
![]() Cleanup the marking of a nhc as installed/removed based on table route installation. We were not even handling the removal state at all. We saw some timing issues with the routes being installed/removed multiple times and then never resending the pbr map due to bad states on the nhgc. Dont worry about checking if its already marked installed before scheduling the policy walk. We have a check in `pbr_send_map()` to ensure we dont try to resend a map sequence already installed. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
pbr_debug.c | ||
pbr_debug.h | ||
pbr_main.c | ||
pbr_map.c | ||
pbr_map.h | ||
pbr_memory.c | ||
pbr_memory.h | ||
pbr_nht.c | ||
pbr_nht.h | ||
pbr_vrf.c | ||
pbr_vrf.h | ||
pbr_vty.c | ||
pbr_vty.h | ||
pbr_zebra.c | ||
pbr_zebra.h | ||
pbrd.conf.sample | ||
subdir.am |