You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This might be broken after #1743 -- have to check what happens if we run BGP-LU over a VLAN interface
The text was updated successfully, but these errors were encountered: