]> git.puffer.fish Git - mirror/frr.git/commit
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>
Mon, 2 Jul 2018 07:20:39 +0000 (09:20 +0200)
commitf43d659eee85297f583e18e9d594459e3fc0f1d6
tree5e0571f31ebabeca885ab133ec56194fe165d850
parent7b2c731331434137df18460fc7d6ffbde7fa31e8
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