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
Fix: Enable EVPN on IPv6 BGP sessions on control-plane-only nodes
This fix uses node-level vxlan.transport variable for data-plane nodes
and topology-level vxlan.use_v6_vtep variable for control-plane-only
nodes to figure out which BGP transport session to use for EVPN AF in
VXLAN deployments.
Other changes:
* Consistently set 'vxlan.transport' node variable to 'ipv4' or 'ipv6'
(previously, it was only set to 'ipv6')
* Modify the EVPN/VXLAN-over-IPv6 integration test to check the
activation of EVPN over IPv6 BGP session
Closes#3262
0 commit comments