You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while creating a static route that has the nexthop_type as 'none' the playbook fails that the an empty value on nexthop is not allowed. Further the documentation seems also misleading, as it says: "Next hop IP address. Required if state=present." This shouldn't be the case for nexthop_type: 'none'.
Expected behavior
On version 2.20.0 it works as expected.
Current behavior
Error: Failed create: to_Users_10.14.27.248_29 -> nexthop is invalid"
Possible solution
Enforcing the 2.20 collection get it back to a working state.
We have a draft PR that will resolve this issue however it depends on a change in pan-os-python. We need to wait for pan-os-python PR to be merged before merging this.
do we have any update on this? Even I'm facing the same issue. Do I need to wait for the PR to be approved and merged or do we have any alternate solution that I can apply?
Describe the bug
while creating a static route that has the nexthop_type as 'none' the playbook fails that the an empty value on nexthop is not allowed. Further the documentation seems also misleading, as it says: "Next hop IP address. Required if state=present." This shouldn't be the case for nexthop_type: 'none'.
Expected behavior
On version 2.20.0 it works as expected.
Current behavior
Error: Failed create: to_Users_10.14.27.248_29 -> nexthop is invalid"
Possible solution
Enforcing the 2.20 collection get it back to a working state.
Steps to reproduce
Task:
paloaltonetworks.panos.panos_static_route:
provider: '{{ provider }}'
template: '{{ template_name }}'
virtual_router: '{{ vr_router_datacenter }}'
name: 'to_Users_{{ route_name }}'
destination: '{{ user_network }}'
interface: '{{ int_tunnel }}'
nexthop_type: 'none
Screenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: