CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/21 04:15:34
Modified files:
usr.sbin/bgpd : bgpd.h rde.c
Log message:
Rename F_CTL_ACTIVE and F_PREF_ACTIVE to the more correct
F_CTL_BEST and F_PREF_BEST. This is used to mark the one
best path in bgpctl. When ECMP support is added then more
then one path can be active.
OK tb@
