forked from extern/shorewall_code
Fix syntax error
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1577 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7b0efdc12e
commit
16590af22d
@ -1959,7 +1959,7 @@ delete_proxy_arp() {
|
|||||||
[ -d ${STATEDIR} ] && touch ${STATEDIR}/proxyarp
|
[ -d ${STATEDIR} ] && touch ${STATEDIR}/proxyarp
|
||||||
|
|
||||||
for f in /proc/sys/net/ipv4/conf/*; do
|
for f in /proc/sys/net/ipv4/conf/*; do
|
||||||
[ -f $f/proxy_arp] && echo 0 > $f/proxy_arp
|
[ -f $f/proxy_arp ] && echo 0 > $f/proxy_arp
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user