CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/15 08:12:05
Modified files:
usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c output_json.c
Log message:
Fix bgpctl show mrt for UPDATE messages. The call to output->attr() was
incorrect. Adjust output->attr() to take a reqflag argument instead of
a struct parse_result pointer since that is the only bit needed.
Found by and OK procter@, OK deraadt@
