Introduce 'bgpctl show rib error' to show all prefixes that got flagged
authorclaudio <claudio@openbsd.org>
Wed, 29 Aug 2018 19:52:23 +0000 (19:52 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 29 Aug 2018 19:52:23 +0000 (19:52 +0000)
commit79dfb877839cab77ad12f3f45b88fcbc33df163a
tree0bc881783f6511af9d3f343dddd266a7f1519ad8
parent2c7787427eaa806680c60620646b12e30c3f9675
Introduce 'bgpctl show rib error' to show all prefixes that got flagged
invalid because of a soft parsing error. These prefixes are never eligible
or valid but the listing may help to understand what is going on.
'bgpctl show rib error' run automatically on Adj-RIB-In since that is the only
RIB that has such prefixes.
OK sthen@ denis@
usr.sbin/bgpctl/bgpctl.8
usr.sbin/bgpctl/bgpctl.c
usr.sbin/bgpctl/parser.c