X-Git-Url: http://git.squeep.com/?p=firewall-squeep;a=blobdiff_plain;f=common.sh;h=1e40677e555815434c10762f930e8b94af3d7a95;hp=f4da792d9fcdb455cd923cac167b76424c6a7b36;hb=3943c9626bd2f4b0829c666406340852cfca66e8;hpb=147ddf903dde4c7e2b2ca4008449c10505bc5ae8 diff --git a/common.sh b/common.sh index f4da792..1e40677 100644 --- 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