]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: An OSPF Ack should be sent when P2MP reflooding is delayed. 16799/head
authorAcee Lindem <acee@lindem.com>
Wed, 11 Sep 2024 16:41:41 +0000 (16:41 +0000)
committerAcee Lindem <acee@lindem.com>
Thu, 12 Sep 2024 16:14:52 +0000 (16:14 +0000)
commitd1e8903a37b3a661362c5da068261848663b2dc5
tree1e7e2f94e7d2b242f89cdc5299d096c73230800e
parent571cca28c3eab4f201bad36762f5f90d55a4ba42
ospfd: An OSPF Ack should be sent when P2MP reflooding is delayed.

When "ip ospf network point-to-multipoint delayed-reflooding" is configured,
LSAs received on an OSPF P2MP network are not reflooded. Since LSA reflooding
would normally serve as an implied LSA acknowledgment, an explicit OSPF ack
should be sent to avoid retransmission by the neighbor which orginally flooded
the LSA on the P2MP network.

Signed-off-by: Acee Lindem <acee@lindem.com>
ospfd/ospf_flood.c