Avoid redundant function definition

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6757 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-02 23:34:29 +00:00
parent 37365e2628
commit 079915544c

View File

@ -1,3 +1,4 @@
#!/bin/sh
#
# Clear Proxy Arp
#
@ -16,12 +17,6 @@ delete_proxyarp() {
rm -f ${VARDIR}/proxyarp
}
#
# Set policy of chain $1 to $2
#
setpolicy() {
$IPTABLES -P $1 $2
}
#
# Remove all Shorewall-added rules
#