diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-18 17:54:33 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-18 17:54:33 +0000 |
commit | 623d677138096ee638b15281caf67bb87dcdf075 (patch) | |
tree | 6e2b1290fdb2ac758add33528b47831dcfd2f811 /regress | |
parent | b0febd158ec9dfb61e99a3c7e4bf67b520cb27a7 (diff) |
doesn't hurt to add the files in question...
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf52.in | 7 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf52.ok | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf52.in b/regress/sbin/pfctl/pf52.in new file mode 100644 index 00000000000..262d029841d --- /dev/null +++ b/regress/sbin/pfctl/pf52.in @@ -0,0 +1,7 @@ +# test setting all optimizations to avoid future keyword clashes + +set optimization normal +set optimization satellite +set optimization high-latency +set optimization conservative +set optimization aggressive diff --git a/regress/sbin/pfctl/pf52.ok b/regress/sbin/pfctl/pf52.ok new file mode 100644 index 00000000000..f83263b2a26 --- /dev/null +++ b/regress/sbin/pfctl/pf52.ok @@ -0,0 +1,5 @@ +set optimization normal +set optimization satellite +set optimization high-latency +set optimization conservative +set optimization aggressive |