Correct detection of IPv6 NAT_ENABLED.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-02-23 11:57:07 -08:00
parent 8ed6642387
commit 67ef1f8b93

View File

@ -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() {