mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
Clean up formatting in define_firewall() and stop_firewall()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b279869629
commit
f7a6ad1412
@ -8167,10 +8167,6 @@ EOF
|
||||
|
||||
emit <<"EOF";
|
||||
fi
|
||||
EOF
|
||||
|
||||
emit <<"EOF";
|
||||
|
||||
fi
|
||||
EOF
|
||||
|
||||
|
@ -2474,7 +2474,6 @@ EOF
|
||||
if [ $COMMAND = clear -a -f /proc/sys/net/netfilter/nf_conntrack_helper ]; then
|
||||
echo 1 > /proc/sys/net/netfilter/nf_conntrack_helper
|
||||
fi
|
||||
|
||||
EOF
|
||||
|
||||
if ( $config{DOCKER} ) {
|
||||
|
Loading…
Reference in New Issue
Block a user