mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 11:44:01 +01:00
Correct detection of IPv6 NAT_ENABLED.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8ed6642387
commit
67ef1f8b93
@ -3542,7 +3542,7 @@ sub determine_kernelversion() {
|
||||
# Capability Reporting and detection.
|
||||
#
|
||||
sub Nat_Enabled() {
|
||||
$family == F_IPV4 ? qt1( "$iptables -t nat -L -n" ) : '';
|
||||
qt1( "$iptables -t nat -L -n" );
|
||||
}
|
||||
|
||||
sub Persistent_Snat() {
|
||||
|
Loading…
Reference in New Issue
Block a user