Skip to content

EOS SDK v1.12.3

Compare
Choose a tag to compare
@avi-kumar avi-kumar released this 31 Aug 00:36
· 115 commits to master since this release

Resources

Features

  • Automatic version checking to avoid binary incompatibilities. EosSdk release numbers are formatted: MAJOR.MINOR.PATCH. EosSdk agent binaries compiled in a stubs environment are now set to link against libeos.so.MAJOR.MINOR. When the agent binary is run on a switch, it will fail to link the switch’s libeos.so if the major and minor versions do not match.

Bugs fixes and improvements

  • The force keyword is no longer necessary when installing an EosSdk RPM as an extension on top of the base version found in EOS.swi.
  • Moving an LAG interface to MLAG configuration no longer causes an error in the interface module callback handlers.
  • Re-bootstrapping inside a stubs environment no longer hangs during the patch step.
  • Fix default resync mode in policy_map.h module.
  • Added more incremental interface link speeds for the eth_phy_intf.h module, as well as support for unrecognized link speeds in the future.