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:
teastep 2004-08-24 22:54:28 +00:00
parent 7b0efdc12e
commit 16590af22d

View File

@ -1959,7 +1959,7 @@ delete_proxy_arp() {
[ -d ${STATEDIR} ] && touch ${STATEDIR}/proxyarp
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
}