Introduce a struct filterstate and pass this to rde_filter instead of
authorclaudio <claudio@openbsd.org>
Mon, 9 Jul 2018 14:08:48 +0000 (14:08 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 9 Jul 2018 14:08:48 +0000 (14:08 +0000)
commiteffde4cf6a106b87c9a781266bf81e24a15fe625
tree72ab457544d046c60ee29dd72d31117aff1ea397
parent11e9eb43294ba7cf378cb0353b0d031ff933bded
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@
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/rde.h
usr.sbin/bgpd/rde_filter.c
usr.sbin/bgpd/rde_rib.c
usr.sbin/bgpd/rde_update.c