CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/09/06 23:43:33
Modified files: usr.sbin/bgpd : Makefile bgpd.c bgpd.conf.5 bgpd.h config.c parse.y printconf.c rde.c rde.h rde_filter.c util.c Added files: usr.sbin/bgpd : rde_sets.c Log message: Implement as-set a fast lookup table to be used instead of long list of AS numbers in source-as, AS and transit-as filterstatements. These table use bsearch to quickly verify if an AS is in the set or not. The filter syntax is not fully set in stone yet. OK denis@ benno@ and previously OK deraadt@