]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Add null0 route back for aggregate-address route created.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 00:04:17 +0000 (20:04 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 00:04:17 +0000 (20:04 -0400)
commit5cc347c4b9b013940860d007264cf4d0eea0fdd5
tree0c6c79fc972e68273ff77bbdfe2c805495ef6ce1
parent68542a6da651a4a3f5d280482313f14508618c43
bgpd: Add null0 route back for aggregate-address route created.

The aggregate-address command is not creating the null0
route.  This got lost somewhere in the last year or so.
Add this ability back for BGP route installs into
zebra.

We need this aggregate route installed into the rib
because we are drawing this traffic to us irrelevant
of the number of routes we do have for that prefix.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_zebra.c