CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/09/20 01:46:39
Modified files: usr.sbin/bgpd : bgpd.c bgpd.h config.c parse.y printconf.c Log message: Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to trigger on duplicates (which are only reported) but is needed as a preparation step for roa-sets. OK benno@ denis@