]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: do not allocate lists on fs entries of bgp entries.
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 8 Feb 2019 13:48:28 +0000 (14:48 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 28 Mar 2019 15:57:59 +0000 (16:57 +0100)
commit3e3708cbd38a8e25c2cf8bede4ea1c86a0911dac
tree6188f8c986c62719fe858ee6dfa26122293663fa
parent5264c1cc6407d631adbcf40aca7a7877fbafa247
bgpd: do not allocate lists on fs entries of bgp entries.

bgp entries in bgp_extra_path structure will be allocated as lists, only
when needed, that is to say when bgp fs entries will be received and
installed on the underlying system.

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