CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/06/02 05:12:47
Modified files: usr.sbin/bgpd : parse.y Log message: Adjust lowest allowed routing priority to be bigger than RTP_LOCAL. RTP_LOCAL is internally used by the kernel and is not available for userland. The minimal usable routing prio is 2. OK tb@