Skip to content

Commit

Permalink
feat(panos_bgp_dampening): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent b1bfcb6 commit e1e3aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_bgp_dampening.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- paloaltonetworks.panos.fragments.full_template_support
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.deprecated_commit
- paloaltonetworks.panos.fragments.gathered_filter
options:
vr_name:
description:
Expand Down Expand Up @@ -73,7 +74,6 @@
description:
- Name of Dampening Profile.
type: str
required: True
reuse:
description:
- Reuse threshold value.
Expand Down Expand Up @@ -105,6 +105,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 e1e3aea

Please sign in to comment.