CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/13 06:16:20
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_filter.c rde_update.c
Log message:
Instead of passing a struct prefix pointer to rde_filter() pass the 4 values
prefix_peer, prefix_vstate and prefix/prefixlen to the function. This removes
some ugly hacks in cases where the prefix was not available.
Also adjust the order of arguments of rde_attr_set() to match rde_filter().
OK benno@
