mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-17 02:00:57 +01:00
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:
parent
3572b6513a
commit
64dc535f0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user