CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/31 04:23:20
Modified files:
usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c output_json.c
Log message:
Convert IMSG_CTL_SHOW_RIB_ATTR over to the new ibuf API.
This converts show_attr() and json_attr() and with that also the
community specific functions. This removes some hacks inside of
show_attr() that where added before.
OK tb@
