Skip to content

Conversation

@ipspace
Copy link
Owner

@ipspace ipspace commented Feb 12, 2025

No description provided.

@ipspace ipspace requested a review from jbemmel February 12, 2025 08:24

vni_match = filter(lambda x: x.get('vni',None) == vlan.vni,ndata.vlans.values())
if list(vni_match): # Is there a VLAN with matching VNI on remote node?
vlan.vtep_list.append(ndata.vxlan.vtep) # ... if so, add remote VTEP to VLAN flood list
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vlan.vtep_list.append(remote_vtep)

Copy link
Collaborator

@jbemmel jbemmel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor tweak, doesn't change correctness

@ipspace ipspace merged commit f18b364 into dev Feb 12, 2025
12 checks passed
@ipspace ipspace deleted the vxlan-anycast branch February 12, 2025 13:01
ipspace added a commit to jbemmel/netlab that referenced this pull request Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants