Current Series Release Notes

9.1.0-11

Bug Fixes

  • Fixed Arista EOS route-target command syntax for BGP EVPN L2VNI configuration. The driver was generating route-target both auto which is invalid on Arista EOS. The correct syntax requires separate export and import directives with the AS number parameter: route-target export auto <ASN> and route-target import auto <ASN>. See LP#2146500 for details.

  • Fixed Arista EOS VLAN-to-VNI unplug command syntax. The driver was generating no vxlan vlan {segmentation_id} which is incomplete and rejected by Arista EOS with “% Incomplete command”. The correct syntax requires the VNI parameter: no vxlan vlan {segmentation_id} vni {vni}. This prevented VLAN-to-VNI mappings from being removed during network deletion, causing stale configurations to accumulate on switches. See LP#2146508 for details.

  • Fixed intermittent connectivity issues with Cisco NX-OS VXLAN deployments where baremetal nodes would not receive ARP replies. The NVE interface VNI member configuration now includes suppress-arp to enable proper ARP handling via EVPN Type-2 routes. See LP#2144910 for details.

  • Add bond trunk commands so LACP bond trunk ports are supported on Dell OS10 switches.

  • Fixes incorrect instantiations of GenericSwitchNotSupported exceptions. See LP#2147055 for details.