fix icmp-type
This commit is contained in:
parent
90aad93949
commit
945862b876
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ def construct_rule(params):
|
|||
append_param(rule, params['uid_owner'], '--uid-owner', False)
|
||||
append_jump(rule, params['reject_with'], 'REJECT')
|
||||
append_param(rule, params['reject_with'], '--reject-with', False)
|
||||
append_param(rule, params['icmp_type'], '--icmp_type', False)
|
||||
append_param(rule, params['icmp_type'], '--icmp-type', False)
|
||||
return rule
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue