Make POSTROUTING the default chain for CHECKSUM

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-09-18 08:57:49 -07:00
parent 059b1c6c8c
commit afc212495f
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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() {