]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_zebra.c
bgpd: use listnode_add_force to force allocation of entries if needed
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 28 Mar 2019 17:07:34 +0000 (18:07 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 29 Mar 2019 14:04:51 +0000 (15:04 +0100)
commitf5925234601488bae7e7376be8dc9e6e2dd95a6a
tree334c47a2517d64f16b992cd91dbde93df422f47d
parent33bca8a15158198eb46cc92a9be7f3b096d64b90
bgpd: use listnode_add_force to force allocation of entries if needed

force allocation of entries in order to save memory and then save memory
for people that do not use flowspec.

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