Apply Tuomo Soini's patch for the 'proxyarp' interface option

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6449 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-28 20:37:17 +00:00
parent 3572b6513a
commit 64dc535f0f

View File

@ -5457,7 +5457,7 @@ __EOF__
createchain $(out_chain $interface) no
done
if [ -s $TMP_DIR/proxyarp ]; then
if [ -n "$LIB_proxyarp_LOADED" ]; then
progress_message2 "$DOING Proxy ARP"
setup_proxy_arp
else