CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/09/20 22:55:27
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h config.c parse.y printconf.c
rde.c
Log message:
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@