summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2002-11-25 16:32:21 +0000
committerhenning <henning@openbsd.org>2002-11-25 16:32:21 +0000
commit3f9405feec2f358d5e3d143e2416e277ad9be951 (patch)
treec5c033afe365306b5890787c225d3ef7c7060c6f
parent1Kb = 1000b, not 1024; as discussed with kjc@ and theo (diff)
downloadwireguard-openbsd-3f9405feec2f358d5e3d143e2416e277ad9be951.tar.xz
wireguard-openbsd-3f9405feec2f358d5e3d143e2416e277ad9be951.zip
adjust; slightly off due to 1K = 1000 fix
-rw-r--r--regress/sbin/pfctl/pf33.ok10
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf33.ok b/regress/sbin/pfctl/pf33.ok
index 94131a189cd..f9dbce4c9f4 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 1023.99Kb priority 0 cbq( red ecn default )
+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 614.38Kb priority 1 cbq( red borrow )
-queue http_cust1 bandwidth 512.00Kb priority 1
-queue mail bandwidth 1023.99Kb priority 1
+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.32Kb priority 0 cbq( red )
+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