Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to trigger
authorclaudio <claudio@openbsd.org>
Thu, 20 Sep 2018 07:46:39 +0000 (07:46 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 20 Sep 2018 07:46:39 +0000 (07:46 +0000)
commitd32b24c8d7eaf888075a200b4094d9f6d09d0464
treedb406800e36d67805a980274bee7742349f95c3f
parentd04df93831fe37af372e74dda5413ce59c0edfb0
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@
usr.sbin/bgpd/bgpd.c
usr.sbin/bgpd/bgpd.h
usr.sbin/bgpd/config.c
usr.sbin/bgpd/parse.y
usr.sbin/bgpd/printconf.c