CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/24 00:02:48
Modified files:
usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c output_json.c
output_ometric.c
Log message:
Switch to imsg_recv_ctl_peer and switch all consumers of struct peer over
to struct ctl_peer.
bgpd no longer dumps the full struct peer over imsg, so adjust here.
OK tb@
