CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/09 08:08:48
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_filter.c rde_rib.c rde_update.c
Log message:
Introduce a struct filterstate and pass this to rde_filter instead of
passing the asp. This is no longer using asp_get() and should be therefor
be a bit lighter. Will also allow to put more stuff into the state.
OK denis@ sthen@
