mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #43149 from BenoitKnecht/2017.7.1
Fix iptables.get_rules when rules contain --nfmask or --ctmask
This commit is contained in:
commit
4f023c4cb6
1 changed files with 2 additions and 0 deletions
|
@ -1455,6 +1455,8 @@ def _parser():
|
|||
add_arg('--or-mark', dest='or-mark', action='append')
|
||||
add_arg('--xor-mark', dest='xor-mark', action='append')
|
||||
add_arg('--set-mark', dest='set-mark', action='append')
|
||||
add_arg('--nfmask', dest='nfmask', action='append')
|
||||
add_arg('--ctmask', dest='ctmask', action='append')
|
||||
## CONNSECMARK
|
||||
add_arg('--save', dest='save', action='append')
|
||||
add_arg('--restore', dest='restore', action='append')
|
||||
|
|
Loading…
Add table
Reference in a new issue