CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/21 15:12:04
Modified files:
usr.sbin/bgpd : bgpd.h kroute.c parse.y printconf.c
Log message:
The values for fib_priority are OS dependent. To help portability move
the RTP_BGP and similar defines all into kroute.c and export them via
kr_default_prio() and kr_check_prio().
OK tb@
