CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/08/29 13:52:23
Modified files: usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c Log message: 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@