Implement code to parse, print and reload roa-set tables.
authorclaudio <claudio@openbsd.org>
Fri, 21 Sep 2018 04:55:27 +0000 (04:55 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 21 Sep 2018 04:55:27 +0000 (04:55 +0000)
commit502ece1df2ec10e9b6a48a1eeb249d0e0e2b83c5
treec3babeb7e22c221ed22778773dd74ca396a9be25
parentc751614a1528da5e3a31a3c1465ec7c780811855
Implement code to parse, print and reload roa-set tables.
This is sharing a lot of code with prefixset which makes all a bit easier.
A roa-set is defined like this:
roa-set "test2" {
  1.2.3.0/24 source-as 1,
  1.2.8.0/22 maxlen 24 source-as 3
}
No support for acting on this data yet.
Put it in deraadt@, OK benno@, input and OK 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
usr.sbin/bgpd/rde.c