summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf35.in
diff options
context:
space:
mode:
authorKenjiro Cho <kjc@cvs.openbsd.org>2004-04-30 12:53:57 +0000
committerKenjiro Cho <kjc@cvs.openbsd.org>2004-04-30 12:53:57 +0000
commit5aaeb50e3330896e6be3b815e9c10d22608a89c8 (patch)
tree7792ea84f84d3c7a69141481dfd9822089653fc2 /regress/sbin/pfctl/pf35.in
parentb52c0c3149fbae0d719728aa208b40b899d4f087 (diff)
more altq parameter tweaks to silence warnings.
noticed by david@
Diffstat (limited to 'regress/sbin/pfctl/pf35.in')
-rw-r--r--regress/sbin/pfctl/pf35.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pf35.in b/regress/sbin/pfctl/pf35.in
index 5a47e6227c3..de12cfcd2c7 100644
--- a/regress/sbin/pfctl/pf35.in
+++ b/regress/sbin/pfctl/pf35.in
@@ -12,12 +12,12 @@ altq on $intf cbq(ecn) bandwidth 10Mb qlimit 100 tbrsize 5000 \
queue std bandwidth 10% qlimit 1 cbq(default)
queue http bandwidth 60% priority 2 cbq(borrow red) { employees, developers }
-queue developers
-queue employees bandwidth 10%
+queue developers bandwidth 60%
+queue employees bandwidth 40%
queue mail bandwidth 10% priority 0 cbq(borrow ecn)
queue ssh bandwidth 20% cbq(borrow) { ssh_interactive, ssh_bulk }
-queue ssh_interactive priority 7
-queue ssh_bulk priority 0 qlimit 60
+queue ssh_interactive priority 7 bandwidth 30%
+queue ssh_bulk priority 0 qlimit 60 bandwidth 70%
block return out on $intf inet all queue std
pass out on $intf inet proto tcp from $developerhosts to any port 80 keep state \