Mark Stapp
Mark Stapp
A couple of fixes for bgp conditional advertisement, mostly authored by Quentin: - The new outbound filter to apply conditional advertisement policy was not working properly due to complications with...
This PR adds a new zebra feature that can add blackhole routes when traffic arrives for unresolved neighbor addresses. It's intended to help limit the impact of network events or...
Use a single consistent set of route types when resolving nexthops for NHT/reachability, and for routes' nexthops. The two paths were using different types when deciding whether a nexthop was...
Treat TYPE_IPV6 and TYPE_IPV6_IFINDEX nexthops the same way when processing v4 (RFC 5549) routes. TYPE_IPV6 nexthops were being treated as if the prefix was v6: that causes the zebra 'ip...
This is a refresh of Igor R's PR #15646 . It simplifies the use of the libfrr debug module and updates the existing users of that api. This lib module...
It looks like mgmtd silently ignores some config lines if they appear invalid. It would be better to get explicit error output when a config line is invalid, can't be...
Add some debugs for interface lib events, similar to what is present with "debug vrf".
Add initial support for recursive resolution of nexthop-groups: - add a flags field to the nexthop-group zapi message, and assign a RECURSION flag value - add a "recursive" config option...
There are a number of scaling issues with the current FRR json output approach. In general, we have to produce the entire json hierarchy of objects and then emit a...
This is some preliminary work towards support for yield/resume during long-running show commands - such as "show ip route" or the high-scale bgp show commands. I understand there's been some...