]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Free vni list on actual deletion
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 22 May 2018 14:50:53 +0000 (10:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 22 May 2018 14:50:53 +0000 (10:50 -0400)
commitb1ab0dfe2013b5408fe18d65d0aff15b401fbb50
treea66eea550e8999a467124e8e747593358c082fe6
parentf9a789103fe0c30b68e5ce40c2c381aa7c520598
bgpd: Free vni list on actual deletion

The irt->vnis list was being freed on going down,
but actually delete it from the deletion function.  Then
we can know that the irt->vnis is a valid list anywhere
we have a irt pointer.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_evpn.c