CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/27 04:33:07
Modified files:
usr.sbin/bgpd : bgpd.h rde.c
Log message:
Implement F_SHORTER in the prefix lookup code for bgpctl. F_SHORTER will
match all prefixes that have a shorter prefixlen than the one in the request.
It will print all routes which cover the specified prefix.
OK job@ sthen@
