Skip to content

Commit

Permalink
feat(panos_loopback_interface): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 2371f70 commit b69c3b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_loopback_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
- paloaltonetworks.panos.fragments.vsys_import
- paloaltonetworks.panos.fragments.template_only
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
- paloaltonetworks.panos.fragments.deprecated_commit
options:
if_name:
description:
- Name of the interface to configure.
type: str
required: true
ip:
description:
- List of static IP addresses.
Expand Down Expand Up @@ -169,6 +169,7 @@ def main():
template=True,
with_classic_provider_spec=True,
with_network_resource_module_state=True,
with_gathered_filter=True,
min_pandevice_version=(0, 8, 0),
with_commit=True,
with_set_vsys_reference=True,
Expand Down

0 comments on commit b69c3b4

Please sign in to comment.