diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-11-10 03:16:48 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-11-10 03:16:48 +0000 |
commit | 4adba2cf6aaf43a21eeeb40e5cdefa222441098f (patch) | |
tree | fa2313fe906c997c4c7b7ff4afa1eba8b1189b86 /regress/sbin/pfctl/pf56.ok | |
parent | 48c2900d125462eee8cd026648885dbb12e81f17 (diff) |
Add 'no-sync' to regression tests.
Diffstat (limited to 'regress/sbin/pfctl/pf56.ok')
-rw-r--r-- | regress/sbin/pfctl/pf56.ok | 2 |
1 files changed, 1 insertions, 1 deletions
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) |