Skip to content

All interface modules should support LR/VRF Name as option #654

@adambaumeister

Description

@adambaumeister

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions