blob: a5736fdf187f0a9c461d6e30f052b6e1ff9045bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
stdin:6: unknown interface nothere0
stdin:7: queue q_ext_std has no parent
stdin:7: errors in queue definition
stdin:8: queue q_ext_p2p has no parent
stdin:8: errors in queue definition
lan_if = "lo0"
ext_if = "nothere0"
altq on lo0 cbq bandwidth 512Kb tbrsize 33224 queue { q_lan_std }
queue q_lan_std cbq( default ) { q_lan_p2p }
queue q_lan_p2p bandwidth 25% cbq( red ecn )
|