Another correction to CHECKSUM detection.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-11-20 10:09:28 -08:00
parent 67ae9df0f8
commit c798200b20

View File

@ -3496,7 +3496,7 @@ sub GeoIP_Match() {
} }
sub Checksum_Target() { sub Checksum_Target() {
have_capability 'MANGLE_ENABLED' && qt1( "iptables -t mangle -A $sillyname -j CHECKSUM --checksum-fill" ); have_capability 'MANGLE_ENABLED' && qt1( "$iptables -t mangle -A $sillyname -j CHECKSUM --checksum-fill" );
} }
our %detect_capability = our %detect_capability =