CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/03 05:25:16
Modified files:
usr.sbin/bgpd : bgpd.h rde.c rde.h rde_filter.c rde_peer.c
Log message:
Move more bits around to simplify the filter_set refactor.
Introduce rde_filter_dup() that takes care of duplicating a filter rule
with all depenencies.
Check that peer_apply_out_filter() does not return an old list for new
peers. This can't happen but it is one of those where a check makes
sense.
Move rde_l3vpn_import() to rde_filter.c since it works on a
struct filter_set to match against communities.
OK tb@