mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-09 15:41:19 +02:00
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:
@ -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
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user