diff options
author | Joel Knight <joel@cvs.openbsd.org> | 2005-07-02 16:21:01 +0000 |
---|---|---|
committer | Joel Knight <joel@cvs.openbsd.org> | 2005-07-02 16:21:01 +0000 |
commit | 76fc1e5f0e58a1b7700894caa8a01ffab13c3ac9 (patch) | |
tree | d844f34cf2d2fb40274c6b0786bb44e4063c491f | |
parent | 0c9f5e9aee697099f8ca3213ace803130ec91c77 (diff) |
allow altq section to fully parse.
-rw-r--r-- | share/pf/queue2 | 6 |
1 files 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 \ |