EOS SDK v2.22.5.2 (EOS 4.32.0F)
This release requires the usage of a new cross-compiler, since we moved away from 4.0 binary compatibility mode. But this also means an off-the-shelf compiler might just work (if it supports -std=gnu++20).
That is, in spite of the EosSdk API not having changed, a rebuild of the application is required.
For the new cross-compiler, see: https://github.com/aristanetworks/EosSdk-cross-compiler/releases/tag/v4.32.0
Bug fixes and Improvements
-
ip_route Module
- added comments
-
Updated example:
FibTestAgent.py
-
Updated
build.sh
script to work on newer OSes (builds the stubbedlibeos.so
andHelloWorld
out ofEosSdk-stubs-2.22.5.tar.gz
) -
As of 6th June 2024: Makefile.am now includes -DTRAFFIC_POLICY_ENABLED
This resolves an ABI compatibility problem with the eos::policy_map_handler vtable between the user built stubbed libeos.so and the libeos.so shipped with EOS.
Resources
- Online API Documentation