CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/15 14:44:21
Modified files:
usr.sbin/bgpd : bgpd.h
usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c
Log message:
Add "ssv" variant which turns a rib route output into a single
semicolon-seperated line, so that grep and such can operate easier;
then use tr ';' '\n' to convert it to normal form later. This helps
with scanning vast swathes of routes..
ok benno claudio job
