mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01: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:
parent
37365e2628
commit
079915544c
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user