diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-02 12:38:16 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-02 12:38:16 +0000 |
commit | ff06046ffdc750b2175f07f325f503fa05939b5c (patch) | |
tree | 0f29040e6ae6ddbcc0a8b3eb10446d66d48f706b /regress/sbin/pfctl/pf33.in | |
parent | 7b7ab189d6093d5e61766d0fd9aceb2a24e13fcb (diff) |
cbq control keyword is gone
Diffstat (limited to 'regress/sbin/pfctl/pf33.in')
-rw-r--r-- | regress/sbin/pfctl/pf33.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf33.in b/regress/sbin/pfctl/pf33.in index a8a1c098629..c54583d6d7d 100644 --- a/regress/sbin/pfctl/pf33.in +++ b/regress/sbin/pfctl/pf33.in @@ -1,8 +1,7 @@ ext_if = "lo0" altq on $ext_if cbq bandwidth 10Mb tbrsize 1824 \ - queue { ctrl, deflt, http, ssh, mail, rsets } -queue ctrl bandwidth 5% priority 0 cbq(control) + queue { deflt, http, ssh, mail, rsets } queue deflt bandwidth 10% priority 0 cbq(default ecn) queue http bandwidth 1.5Mb priority 3 { http_vhosts, http_cust1 } queue http_vhosts bandwidth 40% cbq(borrow red) |