CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/06/24 07:03:31
Modified files: usr.sbin/bgpd : rde.c Log message: Simplify the multiprotocol handling by moving the while loops out of the switch statement. This way common code is referenced only once. OK sthen@