]> git.puffer.fish Git - mirror/frr.git/commit
zebra: When removing a rule, release from hash storing it. 1952/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Mar 2018 21:00:19 +0000 (17:00 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Mar 2018 21:02:31 +0000 (17:02 -0400)
commitd5c52f7605f3fab914425950bc36851e550fa044
treeec32f8270c555142333917bbf23f7a7e4efec7b5
parent8c3cd6c65ce1b557187ae2e74395a59b9b08a714
zebra: When removing a rule, release from hash storing it.

When we are removing a rule from the zns->rules_hash, free up
the rule from the hash and free the memory.

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