diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2007-09-19 12:52:49 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2007-09-19 12:52:49 +0000 |
commit | 9fddda297b76b8b4407e7cbc8152ac5a7a448384 (patch) | |
tree | 25008f68a4df07c123833227d1d44b8ae00a602c /regress/sbin/pfctl/pfaltq5.ok | |
parent | dee805af6c61af080e3484cbea0ff73ce5cbf8a4 (diff) |
Adopt 14 altq tests to the change of the queue output format.
OK henning
Diffstat (limited to 'regress/sbin/pfctl/pfaltq5.ok')
-rw-r--r-- | regress/sbin/pfctl/pfaltq5.ok | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/regress/sbin/pfctl/pfaltq5.ok b/regress/sbin/pfctl/pfaltq5.ok index 052756c3e9e..b85dd5182e2 100644 --- a/regress/sbin/pfctl/pfaltq5.ok +++ b/regress/sbin/pfctl/pfaltq5.ok @@ -1,18 +1,18 @@ -queue praise priq( default ) +queue praise on lo0 priq( default ) [ qid=1 ifname=lo0 ifbandwidth=10Mb ] -queue wim priority 15 +queue wim on lo0 priority 15 [ qid=2 ifname=lo0 ifbandwidth=10Mb ] -queue hi priority 7 +queue hi on lo0 priority 7 [ qid=3 ifname=lo0 ifbandwidth=10Mb ] -@0 pass in on lo0 proto tcp from any to any port = ssh keep state queue(hi, wim) +@0 pass in on lo0 proto tcp from any to any port = ssh flags S/SA keep state queue(hi, wim) [ Skip steps: d=end f=end p=end sa=end sp=end da=end dp=3 ] [ queue: qname=hi qid=3 pqname=wim pqid=2 ] -@1 pass in proto tcp from any to any port = ssh keep state queue(hi, wim) +@1 pass in proto tcp from any to any port = ssh flags S/SA keep state queue(hi, wim) [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=3 ] [ queue: qname=hi qid=3 pqname=wim pqid=2 ] -@2 pass in proto tcp from any to any port = ssh keep state queue wim +@2 pass in proto tcp from any to any port = ssh flags S/SA keep state queue wim [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end ] [ queue: qname=wim qid=2 pqname= pqid=2 ] -@3 pass in proto tcp from any to any port = smtp keep state queue praise +@3 pass in proto tcp from any to any port = smtp flags S/SA keep state queue praise [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ] [ queue: qname=praise qid=1 pqname= pqid=1 ] |