mirror_frr/doc
Donald Sharp 56b91d107f bgpd: Prevent crash when issuing various forms of bgp no-rib
The `bgp no-rib` command cycles through all the bgp rib tables
and removes them from zebra.  Modify the code so that FRR notices
that it is attempting to cycle through the safi's that are two level
tables.  In addition these safi's cannot just blindly remove the routes
from the rib as that there are none explicitly.

This code just prevents the crash in bgpd.  It does not properly cycle
through and remove the zebra changes made that are explicit to these afi's.
This should be handled as appropriate by the developers on these safi's when
it becomes important to them.

Fixes: #11178
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2022-05-12 10:20:28 -04:00
..
developer Merge pull request #11107 from opensourcerouting/prefix-more-unionizing 2022-04-28 08:25:30 -04:00
extra *: reformat python files 2020-10-07 17:22:26 -04:00
figures pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
manpages doc: Fix spelling mistakes 2022-02-14 12:51:22 -05:00
mpls *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
user bgpd: Prevent crash when issuing various forms of bgp no-rib 2022-05-12 10:20:28 -04:00
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
Makefile build: non-recursive doc + parallel sphinx 2018-08-30 08:06:44 +02:00
requirements.txt doc: add requirements.txt 2021-06-03 13:35:34 -04:00
subdir.am build: refactor & revamp python autoconf logic 2019-06-04 16:21:20 +02:00