mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Correct typo in the compiler
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4057 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
57bbe4a53d
commit
0cac68326a
@ -2702,7 +2702,7 @@ if [ -f \${VARDIR}/proxyarp ]; then
|
||||
[ -z "\$haveroute" -a -z "\$NOROUTE" ] && qt ip route del \$address dev \$interface
|
||||
done < \${VARDIR}/proxyarp
|
||||
|
||||
rm -f \${VARDIR}/nat
|
||||
rm -f \${VARDIR}/proxyarp
|
||||
fi
|
||||
|
||||
for f in /proc/sys/net/ipv4/conf/*; do
|
||||
|
Loading…
Reference in New Issue
Block a user