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.ok | |
parent | 7b7ab189d6093d5e61766d0fd9aceb2a24e13fcb (diff) |
cbq control keyword is gone
Diffstat (limited to 'regress/sbin/pfctl/pf33.ok')
-rw-r--r-- | regress/sbin/pfctl/pf33.ok | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf33.ok b/regress/sbin/pfctl/pf33.ok index aa811216ae1..c2ac3af6fcf 100644 --- a/regress/sbin/pfctl/pf33.ok +++ b/regress/sbin/pfctl/pf33.ok @@ -1,6 +1,5 @@ ext_if = "lo0" -altq on lo0 cbq bandwidth 10.00Mb tbrsize 1824 queue { ctrl deflt http ssh mail rsets } -queue ctrl bandwidth 500.00Kb priority 0 cbq( control ) +altq on lo0 cbq bandwidth 10.00Mb tbrsize 1824 queue { deflt http ssh mail rsets } queue deflt bandwidth 1.00Mb priority 0 cbq( red ecn default ) queue http bandwidth 1.50Mb priority 3 { http_vhosts http_cust1 } queue http_vhosts bandwidth 600.00Kb cbq( red borrow ) |