0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-27 00:37:03 +00:00
Pavel Tvrdík 513ad0a85e Add ROA net_addr to grammar
Example:
  protocol static
  {
    route 10.110.0.0/16 max 16 as 1000 blackhole;
    route 10.120.0.0/16 max 24 as 1000 blackhole;
    route 10.130.0.0/16 max 24 as 2000 blackhole;
    route 10.130.128.0/18 max 24 as 3000 blackhole;
    ...
  }
2016-01-20 16:46:30 +01:00
..
2015-12-20 13:04:07 +01:00
2015-12-20 13:04:07 +01:00
2015-12-20 13:04:07 +01:00
2016-01-20 16:46:30 +01:00