From 057e4aeb71620ae63ac14229b4b52e5623932d8c Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 9 Oct 2005 16:21:15 +0000 Subject: [PATCH] Add TC_ENABLED=Internal -- Take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2837 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index f0e013b44..2b0dd6774 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -3701,7 +3701,7 @@ setup_tc1() { run_iptables -t mangle -A FORWARD -j tcfor run_iptables -t mangle -A POSTROUTING -j tcpost - if [ -n "$TC_ENABLED" ]; then + if [ -n "$TC_SCRIPT" ]; then run_user_exit $TC_SCRIPT