summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf58.in
blob: 9f99e22051dbbf11ff00ae34f114585fea1098b9 (plain)
1
2
3
4
5
6
7
8
# queue on two interfaces

altq on ppp0 bandwidth 100Kb cbq queue { std 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%
queue blah cbq(default)