search for: _con_prio

Displaying 1 result from an estimated 1 matches for "_con_prio".

2007 Sep 03
3
Classes do not receive any traffic ?
...#39;' ]] ; then iptables -t mangle -A ${dev[2]}_PRIO -j MARK --set-mark 3 elif [[ ${dev[0]} =~ ''eth0'' ]] ; then iptables -t mangle -A ${dev[2]}_PRIO -j CLASSIFY --set-class 1:3 else exit 1 fi iptables -t mangle -A ${dev[2]}_PRIO -j ${dev[2]}_IMQ iptables -t mangle -N ${dev[2]}_CON_PRIO if [[ ${dev[0]} =~ ''imq0'' ]] ; then iptables -t mangle -A ${dev[2]}_CON_PRIO -j MARK --set-mark 3 elif [[ ${dev[0]} =~ ''eth0'' ]] ; then iptables -t mangle -A ${dev[2]}_CON_PRIO -j CLASSIFY --set-class 1:3 else exit 1 fi iptables -t mangle -A ${dev[2]}_CON_PRIO -j...