We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pe
Right now when using PE routers this line is blocking generation because PEs are not VTEP:
https://github.com/aristanetworks/avd/blob/devel/python-avd/pyavd/_eos_designs/structured_config/connected_endpoints/utils.py#L101
eos_designs
interface Port-Channel1 description L2_sw1-mrv499_Port-Channel1 no shutdown bgp session tracker EVPN_SESSION_TRACKER switchport trunk allowed vlan 100 switchport mode trunk switchport ! evpn ethernet-segment identifier 0000:0000:a743:abac:5eae route-target import a7:43:ab:ac:5e:ae lacp system-id a743.abac.5eae !
Relax the check to also accept this scenario
hacked like this for POC purposeS:
if len(set(adapter["switches"])) < 2 or not self.shared_utils.overlay_evpn or not (self.shared_utils.overlay_vtep or self.shared_utils.overlay_ler):
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement summary
Right now when using PE routers this line is blocking generation because PEs are not VTEP:
https://github.com/aristanetworks/avd/blob/devel/python-avd/pyavd/_eos_designs/structured_config/connected_endpoints/utils.py#L101
Which component of AVD is impacted
eos_designs
Use case example
Describe the solution you would like
Relax the check to also accept this scenario
hacked like this for POC purposeS:
Describe alternatives you have considered
No response
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: