Skip to content

EOS SDK v2.0.0

Compare
Choose a tag to compare
@avi-kumar avi-kumar released this 22 Dec 17:44
· 110 commits to master since this release
2debe3c

Resources

Features

  • Added EOS SDK support for multihop BFD. See bfd_session_type_t’s new BFD_SESSION_TYPE_MULTIHOP enum.
  • New watch_policy_map(key, agent_name, interest) manager method in policy_map.h allows monitoring of policy maps configured by other agents, despite the EOS SDK module isolation changes explained below in Transitioning to EOS 4.20+ & EOS SDK 2.0.0.

Bugs fixes and improvements

  • EOS SDK applications may no longer persist any of their configuration across switch reloads via persistent flags. Therefore, all persistent flags have been removed from EOS SDK modules/types.
  • Deprecated MAC_ENTRY_EVPN_INTF enum in mac_table.h in favor of the more detailed:
    • MAC_ENTRY_EVPN_INTF_STATIC
    • MAC_ENTRY_EVPN_INTF_DYNAMIC
  • Minor updates to examples.

Transitioning to EOS 4.20+ & EOS SDK 2.0.0