OSDN Git Service

initial commit
[openbsd-octeon/openbsd-octeon.git] / src / regress / sbin / pfctl / pfaltq3.in
1 # more complicated case to provoke queue id assignment errors:
2 # -two same named queues must have same qid on all interfaces
3 # -two differently named queues must not share a qid, even on different ifs
4
5 altq on lo0 tbrsize 1824 bandwidth 10Mb cbq queue { eins zwei drei }
6 altq on tun1000000 tbrsize 1824 bandwidth 128000b cbq queue { vier zwei fuenf }
7 queue eins bandwidth 10% cbq(default)
8 queue zwei bandwidth 60% { sub2 sub3 }
9 queue  sub2 bandwidth 50%
10 queue  sub3 bandwidth 50%
11 queue drei bandwidth 30% subseven
12 queue vier bandwidth 25% cbq(default)
13 queue fuenf bandwidth 15% subseven
14 queue  subseven bandwidth 90%
15