CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/14 04:22:11
Modified files:
usr.sbin/bgpd : bgpd.h parse.y rde.c rde_sets.c util.c
Log message:
Extend as_set to allow for different sized objects to be added. The only
requirement is that the first value of the struct is a 32bit ID which is
used in the bsearch. This allows to add more than just as numbers to a
set. as_set_match now returns a pointer to this data or NULL if not found.
OK benno@
