add tc egress shaping
[firewall-squeep] / common.sh
index f4da792d9fcdb455cd923cac167b76424c6a7b36..1e40677e555815434c10762f930e8b94af3d7a95 100644 (file)
--- a/common.sh
+++ b/common.sh
@@ -5,6 +5,7 @@ set -e
 IPTABLES=$(which iptables)
 IP6TABLES=$(which ip6tables)
 IPSET=$(which ipset)
+TC=$(which tc)
 
 err(){
        echo "$@" 1>&2