mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-19 04:41:07 +01:00
Fix syntax error in the generated script
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b2842ae8d4
commit
3ee9150deb
@ -522,6 +522,7 @@ debug_restore_input() {
|
|||||||
|
|
||||||
for chain in PREROUTING POSTROUTING; do
|
for chain in PREROUTING POSTROUTING; do
|
||||||
qt1 $g_tool -t nat -P $chain ACCEPT
|
qt1 $g_tool -t nat -P $chain ACCEPT
|
||||||
|
done
|
||||||
|
|
||||||
qt1 $g_tool -t filter -F
|
qt1 $g_tool -t filter -F
|
||||||
qt1 $g_tool -t filter -X
|
qt1 $g_tool -t filter -X
|
||||||
|
Loading…
Reference in New Issue
Block a user