Currently you can add interfaces to logical routers via this collection like this:
- name: Add ethernet1/1 to VRF "default" on logical router "default"
paloaltonetworks.panos.panos_logical_router_vrf:
provider: '{{ provider }}'
logical_router: default
name: default
interfaces:
- ethernet1/1
However, all the interface modules like panos_tunnel should support lr_name in addition to the existing virtual router name.
Currently you can add interfaces to logical routers via this collection like this:
However, all the interface modules like
panos_tunnelshould supportlr_namein addition to the existing virtual router name.