CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/11 03:24:57
Modified files:
usr.sbin/bgpd : rde.h rde_filter.c rde_update.c
Log message:
Create rde_filter_out() to optimise filter matching
rde_filter_match() now just uses struct filter_match data for matching
and the peer info from struct filter_peer is only used by rde_filter().
Outbound filters are per-peer and so the filter_peer check is done during
configuration of the peer. So rde_filter_out() just calls rde_filter_match().
OK tb@