Commit fc4dc01e authored by Nils Goroll's avatar Nils Goroll

improve acl test coverage

I should have included the netnotation right away
parent 5e124e99
......@@ -84,7 +84,7 @@ varnish v1 -vcl {
"1.3.6.0"/25;
"1.3.6.128"/25;
"1.3.0.0"/21;
"1.4.7.0"/24;
"1.4.7";
"1.4.6.0"/24;
}
......@@ -139,7 +139,7 @@ logexpect l1 -v v1 -g raw {
expect 1 = ReqHeader {^\Qip: 1.4.6.64\E$}
expect 0 = VCL_acl {^\QMATCH acl1 "1.4.6.0"/24\E}
expect 1 = ReqHeader {^\Qip: 1.4.7.64\E$}
expect 0 = VCL_acl {^\QMATCH acl1 "1.4.7.0"/24\E}
expect 0 = VCL_acl {^\QMATCH acl1 "1.4.7"\E}
} -start
client c1 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment