blob: 2919134c7a14a78063e930efb726726ae8c3cdee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#test an edge case: LOOP_THROUGH modifies the list
lan_if = lo0
ext_if = nothere0
altq on $ext_if bandwidth 512Kb tbrsize 33224 cbq queue { q_ext_std }
queue q_ext_std bandwidth 100% cbq(default) { q_ext_p2p }
queue q_ext_p2p bandwidth 25% cbq(red ecn)
altq on $lan_if bandwidth 512Kb tbrsize 33224 cbq queue { q_lan_std }
queue q_lan_std bandwidth 100% cbq(default) { q_lan_p2p }
queue q_lan_p2p bandwidth 25% cbq(red ecn)
|