Skip to content

v3.8.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ClausHolbechArista ClausHolbechArista released this 23 Dec 13:59
· 1351 commits to devel since this release
3bcb733

What's Changed

Fixed issues in eos_cli_config_gen

  • Optimize(eos_cli_config_gen): Remove lower method on boolean variables by @tgodaA in #2007
  • Fix(eos_cli_config_gen): documentation failure when enable isis on vlan-interface by @gmuloc in #2076
  • Fix(eos_cli_config_gen): Updates to schema for policy_maps by @carlbuchmann in #2177
  • Fix(eos_cli_config_gen): make description, ip and gateway optional for management_interfaces by @gmuloc in #2224

Fixed issues in eos_designs

  • Fix(eos_designs): Fix the router_isis redistribute_routes connected by @tgodaA in #2001
  • Fix(eos_designs): remove the need for mgmt_gateway by @gmuloc in #1931
  • Fix(eos_designs): Missing defined check for enable_trunk_groups by @ClausHolbechArista in #2038
  • Fix(eos_designs): Fix core_interfaces ISIS logic by @emilarista in #2078
  • Fix(eos_designs): fix wrong type being returned for mac_address_table aging-time by @gmuloc in #2103
  • Fix(eos_designs): filter.only_vlans_in_use did not configure vlans used by network_ports by @ClausHolbechArista in #2104
  • Fix(eos_designs): BGP Default Originate produced invalid key for route-map by @ClausHolbechArista in #2108
  • Fix(eos_designs): allow ':' in the description for network_ports by @gmuloc in #2225
  • Fix(eos_designs): Create mgmt interface even if no gateway is set by @ClausHolbechArista in #2246
  • Fix(eos_designs): Python import error for AristaAvdMissingVariableError by @carlbuchmann in #2295
  • Fix(eos_designs): Avoid configuring "vxlan virtual-router encapsulation mac-address mlag-system-id" when not applicable by @ClausHolbechArista in #2325
  • Fix(eos_designs): Create MLAG peer-group when needed for non-BGP underlays by @ClausHolbechArista in #2316
  • Fix(eos_designs): Minor issues in new PTP feature by @nielsjlarsen in #2331
  • Fix(eos_designs): force inband_management_vlan as integer by @carlbuchmann in #2345
  • Fix(eos_designs): Remove j2caching since it is unstable between versions by @ClausHolbechArista in #2351

Other Fixed issues

Documentation

New features and enhancements in eos_cli_config_gen

New features and enhancements in eos_designs

  • Feat(eos_designs): Auto BGP ASN by @jonxstill in #1948
  • Feat(eos_designs): Support for Static Flood Lists, HER by @ClausHolbechArista in #1982
  • Feat(eos_designs): Support structured config under network services svis and l2vlans for bgp commands by @tgodaA in #1947
  • Feat(eos_designs): Support for custom naming of trunk groups by @ClausHolbechArista in #2021
  • Feat(eos_designs): Support static_routes for default vrf under network-services by @ClausHolbechArista in #1986
  • Feat(eos_designs): Optional underlay eBGP filtering of paths with peer's ASN by @ClausHolbechArista in #2030
  • Feat(eos_designs): Add channel_id for endpoints by @chetryan in #2070
  • Feat(eos_designs): Support the ip_virtual_router_addresses and ip_address_virtual under the same svi by @tgodaA in #2239
  • Feat(eos_designs): Add support for setting node_type by matching regexes against the hostname by @jonxstill in #2266
  • Feat(eos_designs): Support for PTP configuration based on best practices by @nielsjlarsen in #1916
  • Feat(eos_designs): Add support for system mac address derived engine ID by @gmuloc in #2289
  • Feat(eos_designs): Add support for multiple descriptions for l3_interfaces by @gmuloc in #2291
  • Feat(eos_designs): EVPN to MPLS-VPN Gateway Overlay Support by @emilarista in #2209
  • Feat(eos_designs): EVPN Multicast L3 (OISM) Support by @jonxstill in #2276
  • Feat(eos_designs): Adding 7020R to plattform settings by @tweippert in #2356

Other new features and enhancements

Other Changes

New Contributors

Full Changelog: v3.7.0...v3.8.0-rc1