mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 20:30:43 +01:00
Correct the compiler's CHECKSUM detection
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5b049d7e9e
commit
f458e99390
@ -3496,7 +3496,7 @@ sub GeoIP_Match() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub Checksum_Target() {
|
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 =
|
our %detect_capability =
|
||||||
|
Loading…
Reference in New Issue
Block a user