From aed8ed841918b72b0b5bb467fa2bfcd6d3c5aab7 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 25 Jun 2006 14:18:25 +0000 Subject: [PATCH] Correct balanced default route generation git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4165 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index 58af199bd..daceda8ff 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -1162,7 +1162,7 @@ __EOF__ } add_a_provider() { - local t n iface option first=Yes + local t n iface option [ -n "$MANGLE_ENABLED" ] || fatal_error "Providers require mangle support in your kernel and iptables"