mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-17 02:00:57 +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";
|
emit <<"EOF";
|
||||||
fi
|
fi
|
||||||
EOF
|
|
||||||
|
|
||||||
emit <<"EOF";
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -2474,7 +2474,6 @@ EOF
|
|||||||
if [ $COMMAND = clear -a -f /proc/sys/net/netfilter/nf_conntrack_helper ]; then
|
if [ $COMMAND = clear -a -f /proc/sys/net/netfilter/nf_conntrack_helper ]; then
|
||||||
echo 1 > /proc/sys/net/netfilter/nf_conntrack_helper
|
echo 1 > /proc/sys/net/netfilter/nf_conntrack_helper
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if ( $config{DOCKER} ) {
|
if ( $config{DOCKER} ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user