mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-08 22:58:50 +01:00
Correct CHECKSUM handling
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b79191caa5
commit
c9b6d4a670
@ -338,7 +338,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$ ) {
|
||||
minparams => 0,
|
||||
maxparams => 0 ,
|
||||
function => sub() {
|
||||
$target = 'CHECKSUM';
|
||||
$target = 'CHECKSUM --checksum-fill';
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user