diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-21 10:36:16 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-21 10:36:16 +0000 |
commit | de0116043a229f97459127ce9999d52a57e314bb (patch) | |
tree | 6a6bbaae4f0aae56af3b38e6f70a1baf7317b4fe /regress | |
parent | 6cdd12e8790b93afe0187f3099fe25a8c7567a06 (diff) |
explicit tbrsize; found by mcbride@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pfail18.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pfail18.in b/regress/sbin/pfctl/pfail18.in index a623ea28359..e48a7c4dfb5 100644 --- a/regress/sbin/pfctl/pfail18.in +++ b/regress/sbin/pfctl/pfail18.in @@ -1,6 +1,6 @@ # queue without parent -altq on lo0 cbq bandwidth 10Mb queue { frenchs eat frogs } +altq on lo0 cbq tbrsize 1824 bandwidth 10Mb queue { frenchs eat frogs } queue frenchs bandwidth 30% cbq(default) queue eat bandwidth 30% queue toads bandwidth 30% |