Merge pull request #43149 from BenoitKnecht/2017.7.1

Fix iptables.get_rules when rules contain --nfmask or --ctmask
This commit is contained in:
Nicole Thomas 2017-09-01 11:57:04 -04:00 committed by GitHub
commit 4f023c4cb6

View file

@ -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')