Skip to content

Commit

Permalink
feat(panos_bgp_redistribute): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent 2a746a9 commit 1e061d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_bgp_redistribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
extends_documentation_fragment:
- paloaltonetworks.panos.fragments.transitional_provider
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
- paloaltonetworks.panos.fragments.full_template_support
- paloaltonetworks.panos.fragments.deprecated_commit
options:
Expand All @@ -62,7 +63,6 @@
description:
- An IPv4 subnet or a defined Redistribution Profile in the virtual router.
type: str
required: True
route_table:
description:
- Summarize route.
Expand Down Expand Up @@ -139,6 +139,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 1e061d0

Please sign in to comment.