diff options
Diffstat (limited to 'regress/sbin/pfctl/pf58.in')
-rw-r--r-- | regress/sbin/pfctl/pf58.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf58.in b/regress/sbin/pfctl/pf58.in index 9f99e22051d..831b90bb3d9 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 gif3 bandwidth 10Mb cbq queue { blah ssh } +altq on tun1000000 bandwidth 100Kb cbq queue { std ssh } +altq on tun1000001 bandwidth 10Mb cbq queue { blah ssh } queue std bandwidth 10% cbq(borrow, default) queue ssh bandwidth 30% cbq(borrow) { ssh2 } queue ssh2 bandwidth 80% |