From 76fc1e5f0e58a1b7700894caa8a01ffab13c3ac9 Mon Sep 17 00:00:00 2001 From: Joel Knight Date: Sat, 2 Jul 2005 16:21:01 +0000 Subject: allow altq section to fully parse. --- share/pf/queue2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/pf/queue2 b/share/pf/queue2 index 9075e0631db..3aaf101a05d 100644 --- a/share/pf/queue2 +++ b/share/pf/queue2 @@ -1,4 +1,4 @@ -# $OpenBSD: queue2,v 1.2 2003/01/20 16:14:23 henning Exp $ +# $OpenBSD: queue2,v 1.3 2005/07/02 16:21:00 joel Exp $ # advanced queue example. # give interactive ssh traffic priority over ssh bulk transfers (scp, sftp) @@ -14,8 +14,8 @@ queue developers bandwidth 75% cbq(borrow) queue employees bandwidth 15% 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 +queue ssh_interactive bandwidth 25% priority 7 +queue ssh_bulk bandwidth 75% priority 0 block return out on $ext_if inet all queue std pass out on $ext_if inet proto tcp from $developerhosts to any port 80 \ -- cgit v1.2.3