summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-17 00:35:35 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-17 00:35:35 +0000
commit0adae080ac6e2b4790fff403040433c47f1ec438 (patch)
treee73a048a3e5c055ef77bd14616a084ec6495c90b
parentc6213166e465859549c890bfa67c6bb800040931 (diff)
"cosmetical changes if at all". yeah.
-rw-r--r--regress/sbin/pfctl/pf33.ok4
-rw-r--r--regress/sbin/pfctl/pf35.ok4
-rw-r--r--regress/sbin/pfctl/pf42.ok2
3 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf33.ok b/regress/sbin/pfctl/pf33.ok
index f1f3b146040..c2ac3af6fcf 100644
--- a/regress/sbin/pfctl/pf33.ok
+++ b/regress/sbin/pfctl/pf33.ok
@@ -1,10 +1,10 @@
ext_if = "lo0"
altq on lo0 cbq bandwidth 10.00Mb tbrsize 1824 queue { deflt http ssh mail rsets }
-queue deflt bandwidth 1000.00Kb priority 0 cbq( red ecn default )
+queue deflt bandwidth 1.00Mb priority 0 cbq( red ecn default )
queue http bandwidth 1.50Mb priority 3 { http_vhosts http_cust1 }
queue http_vhosts bandwidth 600.00Kb cbq( red borrow )
queue http_cust1 bandwidth 500.00Kb
-queue mail bandwidth 1000.00Kb
+queue mail bandwidth 1.00Mb
queue ssh bandwidth 200.00Kb priority 7 cbq( borrow )
queue rsets bandwidth 150.00Kb priority 0 cbq( red )
block return in on lo0 inet all queue rsets
diff --git a/regress/sbin/pfctl/pf35.ok b/regress/sbin/pfctl/pf35.ok
index 6ee857d27ee..ba2790a1c06 100644
--- a/regress/sbin/pfctl/pf35.ok
+++ b/regress/sbin/pfctl/pf35.ok
@@ -2,11 +2,11 @@ intf = "lo0"
developerhosts = "10.0.0.0/24"
employeehosts = "10.0.1.0/24"
altq on lo0 cbq( red ecn ) bandwidth 10.00Mb qlimit 100 tbrsize 5000 queue { std http mail ssh }
-queue std bandwidth 1000.00Kb qlimit 1 cbq( default )
+queue std bandwidth 1.00Mb qlimit 1 cbq( default )
queue http bandwidth 6.00Mb priority 2 cbq( red borrow ) { employees developers }
queue developers bandwidth 6.00Mb
queue employees bandwidth 600.00Kb
-queue mail bandwidth 1000.00Kb priority 0 cbq( red ecn borrow )
+queue mail bandwidth 1.00Mb priority 0 cbq( red ecn borrow )
queue ssh bandwidth 2.00Mb cbq( borrow ) { ssh_interactive ssh_bulk }
queue ssh_interactive bandwidth 2.00Mb priority 7
queue ssh_bulk bandwidth 2.00Mb priority 0 qlimit 60
diff --git a/regress/sbin/pfctl/pf42.ok b/regress/sbin/pfctl/pf42.ok
index 6c97df68415..19ad8a06408 100644
--- a/regress/sbin/pfctl/pf42.ok
+++ b/regress/sbin/pfctl/pf42.ok
@@ -1,5 +1,5 @@
ext_if = "lo0"
altq on lo0 cbq bandwidth 10.00Mb tbrsize 1824 queue { deflt http ssh mail rsets }
-queue deflt bandwidth 1000.00Kb priority 0 cbq( red ecn default )
+queue deflt bandwidth 1.00Mb priority 0 cbq( red ecn default )
queue http bandwidth 1.50Mb priority 3 { http_vhosts http_cust1 }
queue http_vhosts bandwidth 600.00Kb cbq( red borrow )