Skip to content

EOS SDK v2.22.2 (EOS 4.29.1F)

Compare
Choose a tag to compare
@ruferp ruferp released this 01 Jan 03:00
· 8 commits to master since this release

Resources

Bug fixes and Improvements

  • ip_route

    • New API to iterate routes per vrf
      • ip_route_iter_t ip_route_iter( std::string vrf ) const;
    • Struct ip_route_t new fields
      • rib_bypass (get/set)
    • Struct ip_route_via_t new fields
      • vxlan_intf (get/set)
      • vtep_sip_validation (get/set)
  • acl

    • Enum acl_tcp_flag_t new values: ACL_TCP_ECE, ACL_TCP_CWR
  • nexthop_group

    • Struct nexthop_group_t new fields:
      • counters_persistent (get/set)
  • ham

    • read_result_t's result is no longer a std::string but a ByteString instead (to support py3)