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/pfaltq6.ok | |
parent | dee805af6c61af080e3484cbea0ff73ce5cbf8a4 (diff) |
Adopt 14 altq tests to the change of the queue output format.
OK henning
Diffstat (limited to 'regress/sbin/pfctl/pfaltq6.ok')
-rw-r--r-- | regress/sbin/pfctl/pfaltq6.ok | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/regress/sbin/pfctl/pfaltq6.ok b/regress/sbin/pfctl/pfaltq6.ok index 3e4e4514f43..e017820169e 100644 --- a/regress/sbin/pfctl/pfaltq6.ok +++ b/regress/sbin/pfctl/pfaltq6.ok @@ -1,24 +1,24 @@ -queue root_lo0 bandwidth 10Mb priority 0 cbq( wrr root ) {wim, the, minibar, is, empty} +queue root_lo0 on lo0 bandwidth 10Mb priority 0 cbq( wrr root ) {wim, the, minibar, is, empty} [ qid=1 ifname=lo0 ifbandwidth=10Mb ] -queue wim bandwidth 1Mb cbq( default ) +queue wim on lo0 bandwidth 1Mb cbq( default ) [ qid=2 ifname=lo0 ifbandwidth=10Mb ] -queue the bandwidth 1Mb +queue the on lo0 bandwidth 1Mb [ qid=3 ifname=lo0 ifbandwidth=10Mb ] -queue minibar bandwidth 3Mb priority 7 +queue minibar on lo0 bandwidth 3Mb priority 7 [ qid=4 ifname=lo0 ifbandwidth=10Mb ] -queue is bandwidth 1Mb +queue is on lo0 bandwidth 1Mb [ qid=5 ifname=lo0 ifbandwidth=10Mb ] -queue empty bandwidth 4Mb +queue empty on lo0 bandwidth 4Mb [ qid=6 ifname=lo0 ifbandwidth=10Mb ] -@0 pass in on lo0 proto tcp from any to any port = ssh keep state queue(the, minibar) +@0 pass in on lo0 proto tcp from any to any port = ssh flags S/SA keep state queue(the, minibar) [ Skip steps: d=end f=end p=end sa=end sp=end da=end dp=3 ] [ queue: qname=the qid=3 pqname=minibar pqid=4 ] -@1 pass in proto tcp from any to any port = ssh keep state queue(is, empty) +@1 pass in proto tcp from any to any port = ssh flags S/SA keep state queue(is, empty) [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=3 ] [ queue: qname=is qid=5 pqname=empty pqid=6 ] -@2 pass in proto tcp from any to any port = ssh keep state queue the +@2 pass in proto tcp from any to any port = ssh flags S/SA keep state queue the [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end ] [ queue: qname=the qid=3 pqname= pqid=3 ] -@3 pass in proto tcp from any to any port = smtp keep state queue wim +@3 pass in proto tcp from any to any port = smtp flags S/SA keep state queue wim [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ] [ queue: qname=wim qid=2 pqname= pqid=2 ] |