summaryrefslogtreecommitdiff
path: root/pimd/pim_errors.c
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2024-07-12 17:03:03 +0800
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-15 18:46:25 +0000
commitb8ecfc0e978335c70fe9143b8b30604c5fa6300d (patch)
tree3fc71b6edd0b8228e345d47a7ee4423ed35574df /pimd/pim_errors.c
parent6e117e73ab7f9aa3fd0eb95ff26dff3203743cf7 (diff)
zebra: fix missing static routes
Use `vtysh` with this input file: ``` ip route A nh1 ip route A nh2 ip route B nh1 ip route B nh2 ``` When running "ip route B" with "nh1" and "nh2", the procedure maybe is: 1) Create the two nexthops: "nh1" and "nh2". 2) Register "nh1" with `static_zebra_nht_register()`, then the states of both "nh1" and "nht2" are set to "STATIC_SENT_TO_ZEBRA". 3) Register "nh2" with `static_zebra_nht_register()`, then only the routes with nexthop of "STATIC_START" will be sent to zebra. So, send the routes with the nexthop of "STATIC_SENT_TO_ZEBRA" to zebra. Signed-off-by: anlan_cs <vic.lan@pica8.com> (cherry picked from commit 4518d386f7683289b079708fcdb0c42ced4754d9)
Diffstat (limited to 'pimd/pim_errors.c')
0 files changed, 0 insertions, 0 deletions