mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-19 09:38:42 +00:00
filter/test.conf: fixes formating
This commit is contained in:
parent
044e123fd3
commit
5de0e848de
@ -222,7 +222,8 @@ function __test1()
|
||||
# ospf_metric2 = 1000;
|
||||
ospf_tag = 0x12345678;
|
||||
accept;
|
||||
} reject;
|
||||
}
|
||||
reject;
|
||||
}
|
||||
|
||||
function __test2()
|
||||
@ -232,8 +233,10 @@ function __test2()
|
||||
# ospf_metric2 = 1000;
|
||||
ospf_tag = 0x12345678;
|
||||
accept;
|
||||
} reject;
|
||||
}
|
||||
reject;
|
||||
}
|
||||
|
||||
|
||||
function test_pxset(prefix set pxs)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user