forked from extern/shorewall_code
Make POSTROUTING the default chain for CHECKSUM
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
059b1c6c8c
commit
afc212495f
@ -4196,8 +4196,8 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$$ ) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
CHECKSUM => {
|
CHECKSUM => {
|
||||||
defaultchain => 0,
|
defaultchain => POSTROUTING,
|
||||||
allowedchains => ALLCHAINS,
|
allowedchains => POSTROUTING | FORWARD | OUTPUT,
|
||||||
minparams => 0,
|
minparams => 0,
|
||||||
maxparams => 0 ,
|
maxparams => 0 ,
|
||||||
function => sub() {
|
function => sub() {
|
||||||
|
Loading…
Reference in New Issue
Block a user