]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: OSPF multi-instance default origination fixes
authorAcee Lindem <acee@lindem.com>
Fri, 15 Nov 2024 18:58:49 +0000 (18:58 +0000)
committerAcee Lindem <acee@lindem.com>
Sun, 17 Nov 2024 13:33:48 +0000 (13:33 +0000)
commit6afd56da969821359ee1fdfbfd33259587f58184
treea376d419856caef31d3aeac7dbc011313ae4ad7b
parente2314c9169e3e92d955811ed4aa9177d25e6b813
ospfd: OSPF multi-instance default origination fixes

When originating a default AS-External LSA in one OSPF instance,
it wasn't working if the criteria route was installed by another OSPF
instance. This required more flexible processing of the OSPF external
route information.

Also fix problem multi-instance display for "show ip ospf
 <instance> database ...".

Signed-off-by: Acee Lindem <acee@lindem.com>
ospfd/ospf_asbr.c
ospfd/ospf_asbr.h
ospfd/ospf_lsa.c
ospfd/ospf_vty.c
ospfd/ospf_zebra.c
ospfd/ospf_zebra.h