From 7b61d42f43ae20f5cbcfa4facc481225336af07a Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 21 Apr 2004 21:35:11 +0000 Subject: [PATCH] Eliminate bogus warning when processing the proxyarp file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1280 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/firewall | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/STABLE2/firewall b/STABLE2/firewall index ebaea2e66..11113945c 100755 --- a/STABLE2/firewall +++ b/STABLE2/firewall @@ -1526,14 +1526,13 @@ setup_proxy_arp() { persistent= ;; [Yy][Ee][Ss]) + [ -z "$haveroute" ] || print_warning ;; *) if [ -n "$persistent" ]; then print_error1 return fi - - [ -z "$haveroute" ] || print_warning ;; esac