CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/30 03:15:01
Modified files:
usr.sbin/bgpctl: ometric.c ometric.h output_ometric.c
Log message:
Pass a FILE pointer to ometric_output_all() and use fprintf() instead of
printing to stdout by default. Additionally check if fprintf() fails and
return -1 in that case. With this ometric code can be used in rpki-client.
OK tb@
