CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/30 05:06:29
Modified files:
usr.sbin/bgpctl: Makefile
Added files:
usr.sbin/bgpctl: log.c
Log message:
bgpctl: add log.c for bgpctl
This provides log_{warn{,x},info,debug}() and fatal{,x}() implementations
that wrap the err.h API. They are API compatile with bgpd's log.h and will
help undo some contortions where we had to put log calls into weird spots
because of code sharing between bgpd and bgpctl.
ok claudio
