]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: Disable and delete OSPFv3 areas that no longer have interfaces or configur...
authorAcee Lindem <acee@lindem.com>
Fri, 14 Mar 2025 16:02:28 +0000 (16:02 +0000)
committerAcee Lindem <acee@lindem.com>
Fri, 14 Mar 2025 16:02:28 +0000 (16:02 +0000)
commit04994891fe164b4d5a2819d3bc90e5346f94dc53
tree86e586922605f223d7935d03395aec99cda838cf
parent7945af02000541ea6c1dc1ee0321cb5380768baf
   ospf6d: Disable and delete OSPFv3 areas that no longer have interfaces or configuration.

        This fix will delete an OSPFv3 area when all the interfaces and
        configuration (ranges, NSSA ranges, stub area, NSSA area, filter-list,
        import-list and export-list) have been removed. The changes provides
        a general solution to https://github.com/FRRouting/frr/issues/18324.

Signed-off-by: Acee Lindem <acee@lindem.com>
ospf6d/ospf6_area.c
ospf6d/ospf6_area.h
ospf6d/ospf6_interface.c