CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/23 09:16:15
Modified files:
usr.sbin/bgpctl: bgpctl.c mrtparser.c output.c output_json.c
Log message:
Adopt bgpctl code to the ibuf changes done in bgpd.
Adjust code that calls nlri_get_prefix() and friends to work with
an ibuf. show_mrt_update() is mostly converted because of this.
The output functions and the rest of the mrtparser are just
minimally touched to keep the diff reasonable.
OK tb@
