Donald Sharp
Donald Sharp
Running libyang 2.0.7, in the FRR project. When lyd_validate_all is called with aproximately ~3k lines of config it is taking ~6 seconds to validate the configuration. ``` 2023/05/03 18:05:08.699713 BGP:...
### Description test_rt6_step11 is executing: 2024-04-08 10:16:03,766 INFO: topo: Shut a rt6 interface to rt5 from the switch side and check fast-reroute 2024-04-08 10:16:03,766 DEBUG: mu: cmd_status("/bin/bash -c 'ip link...
### Description The test_oper.py( and test_scale.py ) both have sleep(2) in the code. This is causing failures in the CI because of this: ``` r1 = tgen.gears["r1"].net check_kernel_32(r1, "11.11.11.11", 1,...
### Description Under bgp when you configure a v4 peer and activate it under v6, prior to this commit the nexthops available to the peering was this: ``` Nexthop: 192.168.1.1...
Fix: ==2937693== Invalid read of size 2 ==2937693== at 0x2EFD44: bgp_delete_listnode (bgp_table.c:170) ==2937693== by 0x2EFB22: bgp_dest_unlock_node (bgp_table.c:81) ==2937693== by 0x26BAC1: check_bgp_lu_cb_unlock (bgp_labelpool.c:208) ==2937693== by 0x26BC58: bgp_lp_finish (bgp_labelpool.c:243) ==2937693== by 0x1FE006:...
a) Make attribute hash faster? convert jhash_1word to jhash_3words so we make less calls b) Extend `show bgp attribute-info` to dump more data c) Gather some data around how many...
Any changes to the southbound interface are very hard to test across all supported platforms. It would be super useful to have topotests be able to run across all platforms...
Write some basic tests for labeled-unicast and ensure that they are working properly for both v4 and v6
pim6 is complaining about yang_dnode_get whenever a single rp get's multiple ranges of multicast addresses to handle: ```sharpd@eva ~/p/r/s/test_modify_mld_max_query_response_timer_p0> sudo /usr/lib/frr/pim6d --log stdout --log-level debug 2023/07/19 16:27:12.805646 PIM6: [JBNZN-EVZ5D] VRF...
If you had a situation where an operator turned on ospfd with snmp but not ospf6d and agentx was configured then you get into a situation where ospf6d would complain...