CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/08/29 13:47:47
Modified files: usr.sbin/bgpd : bgpd.h rde.c Log message: Make it possible to filter the RIB for invalid path which resulted in withdrawn prefixes. This way it should be possible to inspect which prefixes have been removed. While there also fix dumping of the Adj-RIB-In when requested to do so. OK sthen@ denis@