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