Skip to content

Commit

Permalink
Update pfsense_aggregate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire authored Jan 30, 2024
1 parent f24fb18 commit 046cdfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/modules/pfsense_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@
default: inet
choices: [ "inet", "inet6" ]
type: str
invert:
description: Invert the list of destination
default: false
type: bool
protocol:
description: Which protocol this rule should match.
default: tcp
Expand Down Expand Up @@ -365,6 +361,10 @@
- An inclusive range can also be specified, using the format C(first-last)..
default: null
type: str
invert:
description: Invert the sense of the destination match.
default: false
type: bool
destination:
description: The destination address, in [!]{IP,HOST,ALIAS,any,(self),IP:INTERFACE,NET:INTERFACE} format.
default: null
Expand Down

0 comments on commit 046cdfd

Please sign in to comment.