]> git.proxmox.com Git - mirror_frr.git/commit - isisd/isis_circuit.c
isisd: avoid fast-reroute on down adjacency when the interface is down
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 20 May 2022 13:29:21 +0000 (15:29 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Mon, 24 Oct 2022 09:50:13 +0000 (11:50 +0200)
commit4e689dcddbc50d168c0155bf69aa8870c9504d78
tree695d64cbec7097ad87be26fbee631cd9a04e8979
parent0e83283c661a22874e3ee5bc115787a6d17dc039
isisd: avoid fast-reroute on down adjacency when the interface is down

When an IS-IS interface is coming down, fast-reroute may be triggered
twice: a first time after the detection of the interface down event and
a second time after the detection of the adjacency down (because of the
expiration of the ISIS Hello or BFD timers).

Avoid a BFD down event from running fast-reroute another time if the
interface was already detected down.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
isisd/isis_adjacency.c
isisd/isis_circuit.c
isisd/isis_circuit.h