]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: avoid memory leak in bgp flowspec list, plus usage of bool
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 20 Aug 2018 16:32:00 +0000 (18:32 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 21 Aug 2018 16:30:26 +0000 (18:30 +0200)
commit503d1ec6eb5a505c57b78a65a9c7ea94b932355e
tree7905c1cdbd4b7df31cf68f8a9f88cf17682a8930
parente0909ff51f20af75ea15993f9c1d7f054018cf98
bgpd: avoid memory leak in bgp flowspec list, plus usage of bool

Avoid memory leak in bgp flowspec list.
Usage of bool parameter instead of int, to handle the number of entries
PBR.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_flowspec_vty.c
bgpd/bgp_route.c