mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-10-28 22:13:47 +00:00
Add support for "[no] ip ospf capbility opaque" at the interface
level with the default being capability opaque enabled. The command
"no ip ospf capability opaque" will disable opaque LSA database
exchange and flooding on the interface. A change in configuration
will result in the interface being flapped to update our options
for neighbors but no attempt will be made to purge existing LSAs
as in dense topologies, these may received by neighbors through
different interfaces.
Topotests are added to test both the configuration and the LSA
opaque flooding suppression.
Signed-off-by: Acee <aceelindem@gmail.com>
|
||
|---|---|---|
| .. | ||
| r1 | ||
| r2 | ||
| r3 | ||
| r4 | ||
| ctester.py | ||
| lib | ||
| test_ospf_clientapi.py | ||