]> git.puffer.fish Git - mirror/frr.git/commit
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>
Mon, 18 Feb 2019 15:03:42 +0000 (16:03 +0100)
commitbeeaf4a636012caae3d4d6b4ddb53271d22524ea
treeb5a01f80fb3b528d04b5f9f44e00d4abf4a4a04c
parent80bb4e6a502de1dbea3951d671a039f1b191089b
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