Donald Sharp
Donald Sharp
See individual commits. But this is some code cleanup/reorg to make future work easier
On master when running topotests at a high system load I am seeing this test fail: @classname: multicast_pim_bsm_topo2.test_mcast_pim_bsmp_02 @name: test_overlapping_group_p0 @time: 84.006 @message: AssertionError: Testcase test_overlapping_group_p0 : Failed Error Nexthop...
Start the movement of bgp connection oriented details into a `struct peer_connection`. Reasoning: The doppelganger data structure we have in FRR was made out of a decision to allow incoming...
Upon insertion of a new item into the timer wheel, figure out if the current timer needs to be modified. There are several situations after insertion: a) The new slot...
Add the ability to test the fpm module dplane_fpm_nl.c. This includes a new daemon that needs to be added to the system from: [email protected]:donaldsharp/fpm-stub.git
Add a ttable_vty_finish function that encapsulates common coding patterns. See the individual commits for details.
Both zebra_evpn.c and zebra_vxlan.c have items that were deprecated a year ago. Let's remove them.
Fixes: #15372
The code never uses the return code for Zapi functions. Let's remove it.
Commit 3fa39a35ed -> identified in ospf6d a pattern where the daemon could crash. eigrp copied the exact same pattern and a event_execute can be issued where there is an existing...