summaryrefslogtreecommitdiff
path: root/tests/topotests/ospfv3_basic_functionality/test_ospfv3_rte_calc.py
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-03-25 11:53:47 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2022-03-25 11:53:47 +0200
commit75ce3b14f3689f17621740db86f1522e1a8b4b0b (patch)
tree978d2b8555eff7e78f8275b82778dcf6375aa2ad /tests/topotests/ospfv3_basic_functionality/test_ospfv3_rte_calc.py
parent619a6623cb6de83f1266beda17842cd1814e5d39 (diff)
bgpd: Fix crash for `show ip bgp vrf all all neighbors 192.168.0.1 ...`
When `all` is specified BGP pointer is always NULL, we need to iterate over all instances separately. ``` Received signal 11 at 1648199394 (si_addr 0x30, PC 0x562e96597090); aborting... /usr/local/lib/libfrr.so.0(zlog_backtrace_sigsafe+0x5e) [0x7f378a57ff6e] /usr/local/lib/libfrr.so.0(zlog_signal+0xe6) [0x7f378a580146] /usr/local/lib/libfrr.so.0(+0xcd4c2) [0x7f378a5aa4c2] /lib/x86_64-linux-gnu/libpthread.so.0(+0x14140) [0x7f378a33e140] /usr/lib/frr/bgpd(bgp_afi_safi_peer_exists+0) [0x562e96597090] /usr/lib/frr/bgpd(+0x15c3b8) [0x562e9654a3b8] ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_rte_calc.py')
0 files changed, 0 insertions, 0 deletions