]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Add ability to clean lcommunity hash 92/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Jan 2017 13:26:21 +0000 (08:26 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Jan 2017 13:26:21 +0000 (08:26 -0500)
commit47350fd9f4b56b3e8200ea6c8c9c8b07d0fbb9c6
tree8de7eb995c192d9be772fb2b4491d97b9a200b88
parent52951b630a4f85db81f598d2bc759c6387ff2801
bgpd: Add ability to clean lcommunity hash

Ensure that we don't leak any memory on shutdown.
Since the bgp_lcommunity.c file mirrors bgp_ecommunity.c
Add the same code for shutdown that ecommunity has.

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