]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_pbr.c
bgpd: do not add default route for flowspec for each FS entry
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 13 Jun 2018 09:56:35 +0000 (11:56 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 28 Jun 2018 06:52:15 +0000 (08:52 +0200)
commit1a1f4a4c69f5ea36a72a6c824fe7c0f797d41649
treeffd86a404a1a438a23cc4250249dfe4a43a3affb
parent2e1f721e65e0b81bf11cb14f7ecf5927cb6e1813
bgpd: do not add default route for flowspec for each FS entry

Because the Flowspec entries are parsed first, then injected to Zebra,
there are cases where the install feedback from zebra is not received.
This leads to unnecessary add route events, whereas one should be
enough.

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