diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-04-26 14:11:28 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-04-26 14:11:28 +0200 |
commit | 751fb2366ce6c9ebe70fb6ef769608dd34e736e7 (patch) | |
tree | 9ef5ddf417d32e2de95188f0a0a4712d518efad1 /filter | |
parent | 69fddac0525b1b0c940d778a161ed3a0a742ed6f (diff) |
Test: Fix broken test for filters
Diffstat (limited to 'filter')
-rw-r--r-- | filter/test.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/test.conf b/filter/test.conf index 1858c0ee..e25105d3 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -1182,16 +1182,16 @@ roa6 table r6; protocol static { roa4 { table r4; import filter roa_filter; }; - 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; + route 10.110.0.0/16 max 16 as 1000; + route 10.120.0.0/16 max 24 as 1000; + route 10.130.0.0/16 max 24 as 2000; + route 10.130.128.0/18 max 24 as 3000; } protocol static { roa6 { table r6; import filter roa_filter; }; - route 2001:0db8:85a3:8a2e::/64 max 96 as 1000 blackhole; + route 2001:0db8:85a3:8a2e::/64 max 96 as 1000; } function test_roa_check() |