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

[BUG] Potential problem with EOS BGP-LU template #1809

Open
ipspace opened this issue Jan 14, 2025 · 0 comments
Open

[BUG] Potential problem with EOS BGP-LU template #1809

ipspace opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ipspace
Copy link
Owner

ipspace commented Jan 14, 2025

netsim/ansible/templates/mpls/eos.bgp-lu.j2
30:{%   for n in bgp.neighbors if n.ifindex is defined and (n['ipv4_label']|default(False) or n['ipv6_label']|default(False)) %}
31:interface {{ interfaces[n.ifindex-1].ifname }}

This might be broken after #1743 -- have to check what happens if we run BGP-LU over a VLAN interface

@ipspace ipspace added the bug Something isn't working label Jan 14, 2025
@ipspace ipspace self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant