summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-11-27 16:09:49 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-11-27 16:09:49 +0000
commit0510fdf81d03191735c5e0143530dc90cb494e07 (patch)
tree9d20d0418eac92f9b46cb9a1ff746fe5b219ebc0 /regress
parent1a66adc864150e820ab5cc020e6f77477326076d (diff)
adjust after printing changes
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/pfctl/pf33.ok14
1 files changed, 7 insertions, 7 deletions
diff --git a/regress/sbin/pfctl/pf33.ok b/regress/sbin/pfctl/pf33.ok
index f9dbce4c9f4..ffa857eaa7d 100644
--- a/regress/sbin/pfctl/pf33.ok
+++ b/regress/sbin/pfctl/pf33.ok
@@ -1,12 +1,12 @@
ext_if = lo0
-altq on lo0 scheduler 1 bandwidth 10.00Mb tbrsize 6000 queue { deflt http ssh mail rsets }
-queue deflt bandwidth 1000.00Kb priority 0 cbq( red ecn default )
+altq on lo0 scheduler cbq bandwidth 10.00Mb tbrsize 6000 queue { deflt http ssh mail rsets }
+queue deflt bandwidth 1000.00Kb priority 0 cbq( red ecn default )
queue http bandwidth 1.50Mb priority 3 { http_vhosts http_cust1 }
-queue http_vhosts bandwidth 600.00Kb priority 1 cbq( red borrow )
-queue http_cust1 bandwidth 500.00Kb priority 1
-queue mail bandwidth 1000.00Kb priority 1
-queue ssh bandwidth 100.00Kb priority 7 cbq( borrow )
-queue rsets bandwidth 7.50Kb priority 0 cbq( red )
+queue http_vhosts bandwidth 600.00Kb cbq( red borrow )
+queue http_cust1 bandwidth 500.00Kb
+queue mail bandwidth 1000.00Kb
+queue ssh bandwidth 100.00Kb priority 7 cbq( borrow )
+queue rsets bandwidth 7.50Kb priority 0 cbq( red )
@0 block return in on lo0 inet all queue rsets
@1 pass in on lo0 inet proto tcp from any to any port = www keep state queue http
@2 pass out on lo0 inet proto tcp from any to any port = ssh keep state queue ssh