我有一些freebsd软路由器
$ uname -r
8.2-STABLE
代码为ipfw:
pipe 50 config bw 70Mbit/s sched 50 config type QFQ queue 502 config sched 50 weight 1 mask dst-ip 0xffffffff queue 501 config sched 50 weight 9 mask dst-ip 0xffffffff add 01501 queue 502 ip from 10.32.0.0/14 to 10.32.0.0/14 out via vlan* add 01601 queue 501 ip from any to any out via ng*
vlans over device em1
ng创build了我的mpd5
重新启动后,我看到相同的每一次,经过6-15小时的工作,所有stream量通过vlan和ng冻结。
如果我删除ipfw规则1501和1601,stream量开始立即工作。
如果我使用WFQ2 +调度程序的政策一切正常。
那么,它的QFQ错误? 或者一些我的错在configuration?