]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd:fix the bug that the empty area was not free after no area range command was...
authorShbinging <bingshui@smail.nju.edu.cn>
Tue, 22 Oct 2024 05:34:26 +0000 (05:34 +0000)
committerShbinging <bingshui@smail.nju.edu.cn>
Tue, 22 Oct 2024 05:34:36 +0000 (05:34 +0000)
commitbaf604770e902bf5f07a83702060fa57e73d587d
tree453263a6ee391002e9d1337432ab27d49e4705c0
parent2f84a26634ec07ff677f13a9b8e915aef06149ec
ospfd:fix the bug that the empty area was not free after no area range command was executed

    When we use the no area X.X.X.X range A.B.C.D/M command, if the area no longer has an interface to which it belongs, then the area should be deleted from the LSDB. This processing logic is consistent with instructions such as no network area and no area authentication.

Signed-off-by: Shbinging <bingshui@smail.nju.edu.cn>
ospfd/ospf_vty.c