From c798200b20d00ab540233adb782caec053b3f52b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 20 Nov 2012 10:09:28 -0800 Subject: [PATCH] Another correction to 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 3f9355a91..f1488d87d 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 -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 =