CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/04/28 07:23:52
Modified files: usr.sbin/bgpd : parse.y printconf.c Log message: Add explicit default labels in switch() statements with error handling. Right now these are not reachable. Should also clear some gcc warnings. OK tb@