forked from extern/shorewall_code
Another correction to CHECKSUM detection.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
67ae9df0f8
commit
c798200b20
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user