Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(eos_cli_config_gen): Implement ipv6 virtual source nat vrfs #4207

Open
1 task done
gmuloc opened this issue Jul 12, 2024 · 0 comments
Open
1 task done

Feat(eos_cli_config_gen): Implement ipv6 virtual source nat vrfs #4207

gmuloc opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
type: enhancement New feature or request

Comments

@gmuloc
Copy link
Contributor

gmuloc commented Jul 12, 2024

Enhancement summary

Add

ipv6 virtual source-nat vrf <vrf>

support to eos_cli_config_gen

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Required for #3936

Describe the solution you would like

Add a key to https://github.com/aristanetworks/avd/blob/devel/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/virtual_source_nat_vrfs.schema.yml#L24

virtual_source_nat_vrfs
  - name: <vrf>
     ip_address: <IPv4 address>
     ipv6_address: <IPv6 address> <<<<<<<<<<<<< new key

When both ip_address and ipv6_address are present, both CLI should be rendered for the VRF

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants