]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: OSPF P2MP Delayed Reflooding configuration
authorAcee <aceelindem@gmail.com>
Thu, 18 May 2023 14:43:52 +0000 (10:43 -0400)
committerAcee <aceelindem@gmail.com>
Mon, 22 May 2023 19:51:41 +0000 (15:51 -0400)
commit0d8ef0477ca02ead3ce9b6dd63f6943fd2b02dec
tree6695da96b114a226a7d63990f0e1d623b874fcce
parent4d7f6295c6487b438d50280c1d7ddfe490d4749c
ospfd: OSPF P2MP Delayed Reflooding configuration

Currently, delayed reflooding on P2MP interfaces for LSAs received
from neighbors on the interface is unconditionally (see commit
c706f0e32ba8aa8780a0618b6fbba364c383ae05). In some cases, this
change wasn't desirable and this feature makes delayed reflooding
configurable for P2MP interfaces via the CLI command:
"ip ospf network point-to-multipoint delay-reflood" in interface
submode.

Signed-off-by: Acee <aceelindem@gmail.com>
doc/user/ospfd.rst
lib/libospf.h
ospfd/ospf_flood.c
ospfd/ospf_interface.c
ospfd/ospf_interface.h
ospfd/ospf_vty.c
ospfd/ospfd.c
tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py