CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/01/10 09:08:36
Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Improve rtr_send_error() so that there is no need to log_warnx() before. Now rtr_send_error() supports a format string for the error message so use this fact to make the error report better. OK tb@