-
Notifications
You must be signed in to change notification settings - Fork 220
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_designs): Support for IPv6 in underlay with RFC5549 #1723
Feat(eos_designs): Support for IPv6 in underlay with RFC5549 #1723
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you are doing too many changes to ipv4 things in here. Basically you should just be adding IPv6 AF for the existing underlay protocol. It should not change everything else.
If someone wants to use different peer-group names, they can just set the names on the existing keys.
Also since you are not removing IPv4, the new name with IPv6 is just as wrong as the IPv4 name.
I suggest to simplify this PR, to just add the underlay AF, loopback, PL etc, and then leave the naming as it is. We can add a new - more neutral - underlay_peers
and mlag_underlay_peer
later (separate PR)
Also the requirement for rfc5549 is not clear to me. It should just work for regular ibgp/ebgp also right? I understand it will not work for OSPF/ISIS as part of this PR, but I think those are already covered by Emil in the MPLS design. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
ansible_collections/arista/avd/roles/eos_designs/templates/underlay/ebgp/prefix-lists.j2
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/templates/underlay/ebgp/prefix-lists.j2
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/templates/underlay/ebgp/route-maps.j2
Outdated
Show resolved
Hide resolved
LGTM! |
Change Summary
PR required to make #1719 work. Underlay supports IPv6 with RFC5549 and transport of IPv4 VTEP addresses
Related Issue(s)
Fixes #
Component(s) name
arista.avd. eos_designs
Proposed changes
Create new peer-groups for IPv6 AFs
Generate AFs as required
Modify PL and RM to support IPv6 addressing
How to test
molecule
Checklist
User Checklist
Repository Checklist