CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/10/29 06:35:37
Modified files: usr.sbin/bgpd : control.c Log message: Fix logic to return CTL_RES_NOSUCHPEER. The RB_EMPTY check needs to be reversed since no error should be printed if there are no neighbors configured (yet). OK tb@