CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/29 08:30:34
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h config.c parse.y printconf.c
rde.c rde_trie.c
Log message:
In preparation for RTR support change the representation of the roa-set
in the parent to a simple RB tree based on struct roa. With this overlapping
ROAs (same prefix & source-as but different maxlen) are now merged in the RDE
when the lookup trie is constructed.
OK benno@
