Skip to content

Commit

Permalink
feat(panos_bgp_aggregate): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent d16ce2a commit c8f33b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_bgp_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.full_template_support
- paloaltonetworks.panos.fragments.deprecated_commit
- paloaltonetworks.panos.fragments.gathered_filter
options:
as_set:
description:
Expand Down Expand Up @@ -130,7 +131,6 @@
description:
- Name of policy.
type: str
required: True
prefix:
description:
- Aggregating address prefix.
Expand Down Expand Up @@ -181,6 +181,7 @@ def main():
with_network_resource_module_state=True,
with_classic_provider_spec=True,
with_commit=True,
with_gathered_filter=True,
parents=(
("network", "VirtualRouter", "vr_name", "default"),
("network", "Bgp", None),
Expand Down

0 comments on commit c8f33b5

Please sign in to comment.