Correct the compiler's CHECKSUM detection

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-11-20 06:59:40 -08:00
parent 5b049d7e9e
commit f458e99390

View File

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