CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/04 06:49:23
Modified files:
usr.sbin/bgpd : bgpd.h bgpd_imsg.c printconf.c rde_filter.c
rde_rib.c
Log message:
Retire ACTION_SET_NEXTHOP_REF, ACTION_PFTABLE_ID, and ACTION_RTLABEL_ID
With the filter_set & rde_filter_set_elm split there is no more need
to have extra types for nh_ref and id objects. Struct filter_set no
longer needs to hold nh_ref and id and rde_filter_set_elm only uses
id and nh_ref. rde_filterset_conv() takes care of the conversion.
Removes a lot of code that was just there to ensure that no unexpected
type sneaks through.
OK tb@