]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Add prefix-list filtering of OSPF neighbors on OSPF interface 15783/head
authorAcee Lindem <acee@lindem.com>
Wed, 17 Apr 2024 20:14:56 +0000 (20:14 +0000)
committerAcee Lindem <acee@lindem.com>
Thu, 18 Apr 2024 15:32:58 +0000 (15:32 +0000)
commit0ccad8a2b0b744d7ed64f53ab6e70a8d6aba69e6
treefce17b663806106750689e00ba161c42dd53b6fd
parent84d1fb19e22a5f0d13d3bbb7c74e9948773e66f3
ospfd: Add prefix-list filtering of OSPF neighbors on OSPF interface

This commit adds the capabiity to filter OSPF neighbors using a
prefix-list with rules matching the neighbor's IP source address.
Configuration, filtering, immediate neighbor pruning, topo-tests,
and documentation are included. The command is:

     ip ospf neighbor-filter <prefix-list> [A.B.C.D]

Signed-off-by: Acee Lindem <acee@lindem.com>
doc/user/ospfd.rst
ospfd/ospf_interface.c
ospfd/ospf_interface.h
ospfd/ospf_packet.c
ospfd/ospf_vty.c
ospfd/ospf_zebra.c
tests/topotests/ospf_p2mp/test_ospf_p2mp_broadcast.py