diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-12 15:51:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-12 15:51:26 +0000 |
commit | 696448d6b684625faeda96a878bfe71e2b8b1d50 (patch) | |
tree | 3631462bb307b2b970d735faf9b513eda4b4974c /regress/sbin/pfctl/pf58.in | |
parent | 09f159f900a2ed43315a5d7ddbcc19d779f35183 (diff) |
gif3 here too
Diffstat (limited to 'regress/sbin/pfctl/pf58.in')
-rw-r--r-- | regress/sbin/pfctl/pf58.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf58.in b/regress/sbin/pfctl/pf58.in index 43a5d09e64b..9f99e22051d 100644 --- a/regress/sbin/pfctl/pf58.in +++ b/regress/sbin/pfctl/pf58.in @@ -1,7 +1,7 @@ # queue on two interfaces altq on ppp0 bandwidth 100Kb cbq queue { std ssh } -altq on lo0 bandwidth 10Mb cbq queue { blah ssh } +altq on gif3 bandwidth 10Mb cbq queue { blah ssh } queue std bandwidth 10% cbq(borrow, default) queue ssh bandwidth 30% cbq(borrow) { ssh2 } queue ssh2 bandwidth 80% |