Skip to content

Commit

Permalink
Merge pull request #107 from scsitteam/rule_gateway
Browse files Browse the repository at this point in the history
Add gateway to rule FIELDS_CHANGE
  • Loading branch information
ansibleguy authored Oct 25, 2024
2 parents 21a1761 + 0a49a52 commit d4fc647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/main/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Rule(BaseModule):
'sequence', 'action', 'quick', 'interface', 'direction',
'ip_protocol', 'protocol', 'source_invert', 'source_net', 'source_port',
'destination_invert', 'destination_net', 'destination_port', 'log',
'description',
'description', 'gateway',
]
FIELDS_ALL = ['enabled']
FIELDS_ALL.extend(FIELDS_CHANGE)
Expand Down

0 comments on commit d4fc647

Please sign in to comment.