mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Test: Fix broken test for filters
This commit is contained in:
parent
69fddac052
commit
751fb2366c
@ -1182,16 +1182,16 @@ roa6 table r6;
|
|||||||
protocol static
|
protocol static
|
||||||
{
|
{
|
||||||
roa4 { table r4; import filter roa_filter; };
|
roa4 { table r4; import filter roa_filter; };
|
||||||
route 10.110.0.0/16 max 16 as 1000 blackhole;
|
route 10.110.0.0/16 max 16 as 1000;
|
||||||
route 10.120.0.0/16 max 24 as 1000 blackhole ;
|
route 10.120.0.0/16 max 24 as 1000;
|
||||||
route 10.130.0.0/16 max 24 as 2000 blackhole;
|
route 10.130.0.0/16 max 24 as 2000;
|
||||||
route 10.130.128.0/18 max 24 as 3000 blackhole;
|
route 10.130.128.0/18 max 24 as 3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol static
|
protocol static
|
||||||
{
|
{
|
||||||
roa6 { table r6; import filter roa_filter; };
|
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()
|
function test_roa_check()
|
||||||
|
Loading…
Reference in New Issue
Block a user