]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_interface.c
ospf6d: upon interface deletion, the area if list may be updated
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 14 Feb 2019 13:04:45 +0000 (14:04 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 14 Feb 2019 17:24:01 +0000 (18:24 +0100)
commit22b982dfe9eebe6c3ce0f39100d937650e24e082
tree4cadae6d92e94fa5fe5df27aebdd0560ced69819
parentd51884e6e1efb98e01fd8839be426c767f375092
ospf6d: upon interface deletion, the area if list may be updated

there are some events where the list of interfaces per area should be
reviewed due to an interface is being removed. This fix avoids having
some memory leak.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
ospf6d/ospf6_area.c
ospf6d/ospf6_area.h
ospf6d/ospf6_interface.c