Donald Sharp

Results 137 comments of Donald Sharp

@taspelund can you take a look at this? This seems to be backing out your routemap change

On mine when I built the packaging, without my change it would just specify that it needed libyang2. With my change it now requires 2.1.128 at a minimum

FRRbot's failure is because black and checkpatch disagree with each other. Frankly I prefer blacks output so I'm leaving it alone.

after 10.0 branch gets pulled I'll get this in.

vtysh asks daemons for their config and then consolidates that information to present to the user and to write. So yes vtysh does write the configuration but the daemons are...

In the failure state what does `show bgp ipv4 uni summ fail` return?

To write down my problem: Currently FRR bgp sends updates to peers where we track the attribute + the list of prefixes that use that attribute. This allows FRR to...

Can you turn off optimization for the route-map? `no route-map set_src_lo optimization` and see if the problem goes away?