CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/08/24 11:14:02
Modified files: usr.sbin/bgpd : logmsg.c Log message: Put the 'connection from non-peer' log message behind a verbose logging check. In many cases the message is just flooding the logs. In some cases it may help to identify a missing neighbor for those cases log verbose can be used. OK deraadt@ denis@