]> git.puffer.fish Git - mirror/frr.git/commit
ospfd:fix the bug that the empty area was not free after the command was executed 17101/head
authorShbinging <bingshui@smail.nju.edu.cn>
Tue, 15 Oct 2024 07:26:50 +0000 (07:26 +0000)
committerShbinging <bingshui@smail.nju.edu.cn>
Tue, 15 Oct 2024 08:10:52 +0000 (08:10 +0000)
commitaf0d1355c7b0a7213f62cea7852ef3223d38c46f
tree78da0ae430bdf677af88b986938c398e0aa2abee
parent5c194b36399afa3e90262234d9246e3383bbe015
ospfd:fix the bug that the empty area was not free after the 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