]> git.proxmox.com Git - mirror_frr.git/commit
lib: Add cleanup for routemaps
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Oct 2016 15:09:57 +0000 (11:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Oct 2016 15:12:07 +0000 (11:12 -0400)
commit9df78e7c3ad777a3ef5c0fa84fec5ab151201c59
tree7a723844769f2b7604505523852b15ead95d55ec
parentb2575bc05b53977dbf6006d3cbde5a1b98221bdc
lib: Add cleanup for routemaps

Some new routemap hash data structures were not being
properly cleaned up.  Add the hash_free code in.

This code does not fix the variety of daemons that
don't actually call route_map_finish.

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