Show
Ignore:
Timestamp:
06/08/09 18:29:43 (3 years ago)
Author:
Neutron Soutmun <neo.neutron@…>
Children:
5987af1b79b0c1fbd4aa9d30a53ec6879853ece3
Parents:
03dc5e370ef4fbf66e34cbe5bc5b878ed764149c
git-committer:
Neutron Soutmun <neo.neutron@…> (06/08/09 18:29:43)
Message:

Implement IFB to replace the IMQ

  • IFB (Intermediate Functional Block) is more clearly work in the SMP.
  • Implement IFB on config, bandwidth task and support scripts.
  • IMQ is now deprecated. (not support).
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/firewall.sh.in

    r03dc5e3 r2f0141c  
    585585      -j CONNMARK --set-mark 2 
    586586  done  
    587    
    588   ## 
    589   # Bandwidth Shaping: IMQ - Intermediate Queueing Device 
    590   ## 
    591   if [ "$BANDWIDTH_SHAPE" = "yes" ]; then 
    592     $IPTABLES -t mangle -I $CHAIN_MANGLE_POSTROUTING $DEV_OUT_PARAM $DEV_INTERNAL -j IMQ --todev 0 
    593     $IPTABLES -t mangle -I $CHAIN_MANGLE_PREROUTING $DEV_IN_PARAM $DEV_INTERNAL -j IMQ --todev 1 
    594   fi 
    595587 
    596588  ##