]> git.ipfire.org Git - thirdparty/bird.git/commit
Add ROA net_addr to grammar
authorPavel Tvrdík <pawel.tvrdik@gmail.com>
Wed, 20 Jan 2016 13:55:37 +0000 (14:55 +0100)
committerPavel Tvrdík <pawel.tvrdik@gmail.com>
Wed, 20 Jan 2016 15:46:30 +0000 (16:46 +0100)
commit513ad0a85e57e4e0f7928fde7332778ca1c2148f
treeecf46178de8a12227fbbb232263b8c808a2b9a1a
parent8109eb765fe92f4d47b497b3e2b24b59841c3487
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;
    ...
  }
conf/confbase.Y