From f458e9939085bd64c2ea39b35af6e5f3a9c5ca19 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 20 Nov 2012 06:59:40 -0800 Subject: [PATCH] Correct the compiler's CHECKSUM detection Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 8812b4828..3f9355a91 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -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 =