mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Tweak new shorecap program
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3994 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
10430ad052
commit
bf3f83d0e0
@ -48,6 +48,7 @@ VERSION=3.2.0-RC1
|
|||||||
|
|
||||||
. /usr/share/shorewall/functions
|
. /usr/share/shorewall/functions
|
||||||
. /usr/share/shorewall/configpath
|
. /usr/share/shorewall/configpath
|
||||||
|
. /etc/shorewall/shorewall.conf
|
||||||
|
|
||||||
report_capability() # $1 = Capability
|
report_capability() # $1 = Capability
|
||||||
{
|
{
|
||||||
@ -85,6 +86,7 @@ report_capabilities() {
|
|||||||
report_capability MANGLE_FORWARD
|
report_capability MANGLE_FORWARD
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[ -n "$IPTABLES" ] || iptables=$(mywhich iptables)
|
||||||
VERBOSE=0
|
VERBOSE=0
|
||||||
load_kernel_modules
|
load_kernel_modules
|
||||||
determine_capabilities
|
determine_capabilities
|
||||||
|
Loading…
Reference in New Issue
Block a user