]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: do not remove area structure, while vls are configured
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 25 Oct 2018 07:02:24 +0000 (09:02 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 25 Oct 2018 07:04:15 +0000 (09:04 +0200)
commit19ce7d5eb7f5edbd46c1d2f44c6fcf6f9c7fbab9
treebdeb8c4cbce43faa33e8f92ba5f844343be7ea81
parent25aea4b23107d9a64dfecef1c01b61063afbf3ed
ospfd: do not remove area structure, while vls are configured

when adding/removing virtual links per interface, sometimes, the ospf
virtual link can not be removed, whereas the associated area is already
removed. Do not remove the area while a virtual link is yet configured.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
ospfd/ospf_interface.c
ospfd/ospf_interface.h
ospfd/ospfd.c