CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/13 01:59:07
Modified files:
usr.sbin/bgpctl: bgpctl.c
Log message:
First step of refactoring the output processing of bgpctl. Move
header printing into show_head() and printing of the data into
show(), these are now the only entrypoints where data is printed.
OK denis@
