From 7c3abf2aca3001717664422c87fe473d61d7c2b4 Mon Sep 17 00:00:00 2001 From: paulgear Date: Wed, 9 Aug 2006 02:10:43 +0000 Subject: [PATCH] revert previous change git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4327 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index 05dc61364..09ba8e81b 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -1191,7 +1191,7 @@ if [ -n "\$gateway" ]; then run_ip route replace \$gateway src \$(find_first_interface_address $interface) dev $interface table $number run_ip route add default via \$gateway dev $interface table $number else - error_message "WARNING: Unable to detect the gateway through interface $interface" + fatal_error "Unable to detect the gateway through interface $interface" fi __EOF__