[build54] IMQ doesnt work
Hi, teddy my friend
i compiled build52 with CONFIG_IMQ_NUM_DEVS=16
then i added to firewall this script
modprobe imq numdevs=6
modprobe ipt_IMQ
ip link set imq0 up
iptables -t mangle -A POSTROUTING -d 192.168.1.119 -j IMQ --todev 0
ip link set imq1 up
iptables -t mangle -A PREROUTING -s 192.168.1.119 -j IMQ --todev 1
...etc
and in real-time bandwidth i have stats per host 192.168.1.119. All work correct.
Then i compiled build54 with CONFIG_IMQ_NUM_DEVS=16
but stats doesnt work :/ Why? I checked repo git i and didnt see any change in imq driver.
thx for answer.