]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: be more selective about processing LSPs
authorMark Stapp <mjs@voltanet.io>
Mon, 5 Apr 2021 19:10:44 +0000 (15:10 -0400)
committerMark Stapp <mjs@voltanet.io>
Mon, 5 Apr 2021 19:53:48 +0000 (15:53 -0400)
commit2aa2a407e437dce025a21cf0f4e69b36a10c9146
treee4cca32cf0a20205a46bfb05f26a5cd9f1242c76
parent04dda092186aec1cd3c89e787918b109c075e162
zebra: be more selective about processing LSPs

When certain events occur (connected route changes e.g.)
zebra examines LSPs to see if they might have been affected. For
LSPs with backup nhlfes, skip this immediate processing and
wait for the owning protocol daemon to react.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zebra_mpls.c