summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-11-10 03:16:48 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-11-10 03:16:48 +0000
commit4adba2cf6aaf43a21eeeb40e5cdefa222441098f (patch)
treefa2313fe906c997c4c7b7ff4afa1eba8b1189b86 /regress/sbin
parent48c2900d125462eee8cd026648885dbb12e81f17 (diff)
Add 'no-sync' to regression tests.
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/pfctl/pf56.in2
-rw-r--r--regress/sbin/pfctl/pf56.loaded2
-rw-r--r--regress/sbin/pfctl/pf56.ok2
3 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf56.in b/regress/sbin/pfctl/pf56.in
index 016893f233a..69190892548 100644
--- a/regress/sbin/pfctl/pf56.in
+++ b/regress/sbin/pfctl/pf56.in
@@ -1,2 +1,2 @@
pass in proto tcp from any to any port www keep state (tcp.established 60)
-pass in proto tcp from any to any port www keep state (max 10, tcp.first 2)
+pass in proto tcp from any to any port www keep state (max 10, no-sync, tcp.first 2)
diff --git a/regress/sbin/pfctl/pf56.loaded b/regress/sbin/pfctl/pf56.loaded
index 140e18b2fbb..bd7cb1b8510 100644
--- a/regress/sbin/pfctl/pf56.loaded
+++ b/regress/sbin/pfctl/pf56.loaded
@@ -2,7 +2,7 @@
[ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ]
[ queue: qname= qid=0 pqname= pqid=0 ]
[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
-@1 pass in proto tcp from any to any port = www keep state (max 10, tcp.first 2)
+@1 pass in proto tcp from any to any port = www keep state (max 10, no-sync, tcp.first 2)
[ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ]
[ queue: qname= qid=0 pqname= pqid=0 ]
[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
diff --git a/regress/sbin/pfctl/pf56.ok b/regress/sbin/pfctl/pf56.ok
index 5f0e860ae2c..0662558e144 100644
--- a/regress/sbin/pfctl/pf56.ok
+++ b/regress/sbin/pfctl/pf56.ok
@@ -1,2 +1,2 @@
pass in proto tcp from any to any port = www keep state (tcp.established 60)
-pass in proto tcp from any to any port = www keep state (max 10, tcp.first 2)
+pass in proto tcp from any to any port = www keep state (max 10, no-sync, tcp.first 2)