Skip to content

Commit

Permalink
Add gateway to rule FIELDS_CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuka committed Oct 10, 2024
1 parent adc5e23 commit 0a49a52
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 0a49a52

Please sign in to comment.