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
This commit is contained in:
teastep 2004-04-21 21:35:11 +00:00
parent b2769af691
commit 7b61d42f43

View File

@ -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