filter/test.conf: fixes formating
This commit is contained in:
parent
044e123fd3
commit
5de0e848de
1 changed files with 17 additions and 14 deletions
|
@ -222,7 +222,8 @@ function __test1()
|
||||||
# ospf_metric2 = 1000;
|
# ospf_metric2 = 1000;
|
||||||
ospf_tag = 0x12345678;
|
ospf_tag = 0x12345678;
|
||||||
accept;
|
accept;
|
||||||
} reject;
|
}
|
||||||
|
reject;
|
||||||
}
|
}
|
||||||
|
|
||||||
function __test2()
|
function __test2()
|
||||||
|
@ -232,9 +233,11 @@ function __test2()
|
||||||
# ospf_metric2 = 1000;
|
# ospf_metric2 = 1000;
|
||||||
ospf_tag = 0x12345678;
|
ospf_tag = 0x12345678;
|
||||||
accept;
|
accept;
|
||||||
} reject;
|
}
|
||||||
|
reject;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function test_pxset(prefix set pxs)
|
function test_pxset(prefix set pxs)
|
||||||
{
|
{
|
||||||
print pxs;
|
print pxs;
|
||||||
|
|
Loading…
Reference in a new issue