forked from extern/shorewall_code
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:
parent
37365e2628
commit
079915544c
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Clear Proxy Arp
|
# Clear Proxy Arp
|
||||||
#
|
#
|
||||||
@ -16,12 +17,6 @@ delete_proxyarp() {
|
|||||||
rm -f ${VARDIR}/proxyarp
|
rm -f ${VARDIR}/proxyarp
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
|
||||||
# Set policy of chain $1 to $2
|
|
||||||
#
|
|
||||||
setpolicy() {
|
|
||||||
$IPTABLES -P $1 $2
|
|
||||||
}
|
|
||||||
#
|
#
|
||||||
# Remove all Shorewall-added rules
|
# Remove all Shorewall-added rules
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user