diff options
author | 2003-11-10 03:16:47 +0000 | |
---|---|---|
committer | 2003-11-10 03:16:47 +0000 | |
commit | e002afd7507e63b3519a3fb0a1ab913fcce0084a (patch) | |
tree | 6a267ad0a141ff79683122694b7a482a7b3dfad9 | |
parent | cosmetic change; don't put an ending semicolon on the same line as (diff) | |
download | wireguard-openbsd-e002afd7507e63b3519a3fb0a1ab913fcce0084a.tar.xz wireguard-openbsd-e002afd7507e63b3519a3fb0a1ab913fcce0084a.zip |
Add 'no-sync' to regression tests.
-rw-r--r-- | regress/sbin/pfctl/pf56.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf56.loaded | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf56.ok | 2 |
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) |