mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-10 03:36:58 +02:00
Don't leave temporary chain in the raw table when LOAD_HELPERS_ONLY=No
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
37779038da
commit
b25ece75de
@ -3738,7 +3738,7 @@ sub determine_capabilities() {
|
|||||||
qt1( "$iptables -t nat -X $sillyname" );
|
qt1( "$iptables -t nat -X $sillyname" );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $capabilities{RAW_ENABLED} ) {
|
if ( $capabilities{RAW_TABLE} ) {
|
||||||
qt1( "$iptables -t raw -F $sillyname" );
|
qt1( "$iptables -t raw -F $sillyname" );
|
||||||
qt1( "$iptables -t raw -X $sillyname" );
|
qt1( "$iptables -t raw -X $sillyname" );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user