diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-08 00:20:18 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-08 00:20:18 +0000 |
commit | 0b978bc85c5797e24f23bf2c1c5b4d4303d33c64 (patch) | |
tree | e07fc54544c067ba5b675ecbc2c238ab4d8e4aad /regress/sbin/pfctl/pf35.in | |
parent | a937d9aba5bded5f882bcce0829c07a8ffca8b51 (diff) |
adjust after syntax change
Diffstat (limited to 'regress/sbin/pfctl/pf35.in')
-rw-r--r-- | regress/sbin/pfctl/pf35.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf35.in b/regress/sbin/pfctl/pf35.in index a7d04741aa4..5a47e6227c3 100644 --- a/regress/sbin/pfctl/pf35.in +++ b/regress/sbin/pfctl/pf35.in @@ -7,7 +7,7 @@ intf = "lo0" developerhosts="10.0.0.0/24" employeehosts="10.0.1.0/24" -altq on $intf scheduler cbq(ecn) bandwidth 10Mb qlimit 100 tbrsize 5000 \ +altq on $intf cbq(ecn) bandwidth 10Mb qlimit 100 tbrsize 5000 \ queue { std, http, mail, ssh } queue std bandwidth 10% qlimit 1 cbq(default) |