]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Allow recursive nexthop resolution to consider blackholes
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 12 Sep 2017 12:18:39 +0000 (08:18 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 12 Sep 2017 12:33:37 +0000 (08:33 -0400)
commit59693377a9443a2c0eec2c4607d2895db9c39100
treeb518f25eea14755b1e53d7ec3eaaa1f3f84c45f5
parent1f1d24a8f1f183d6d0a4598b854b459f5b5d7e5c
zebra: Allow recursive nexthop resolution to consider blackholes

When we get a route install for a route that needs to be recursively
resolved allow the blackhole to be considered and used if it is
available.

This allows bgp to install a route that will be blackholed.

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