fix icmp-type
This commit is contained in:
parent
747f6f6736
commit
7092118119
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…
Add table
Reference in a new issue