Skip to content

EOS SDK v2.23.3 (EOS 4.33.2F)

Latest
Compare
Choose a tag to compare
@ruferp ruferp released this 20 Feb 01:07

Resources

Bug fixes and Improvements

  • mpls_route Module
    • Push or swap label stack, getter and setter
      std::forward_list<mpls_label_t>& pushswap_label_stack()
      void pushswap_label_stack_is( std::forward_list<mpls_label_t>)
    • Prepend one label to the stack
      void pushswap_label_stack_set(mpls_label_t)
    • Remove all matching elements from stack
      void pushswap_label_stack_del(mpls_label_t)

Note

EOS 4.33.2's EosSdk shipped as v2.23.2 (and identifies as such), so you will find this link:
/usr/lib64/libeos.so.2.23 -> libeos.so.2.23.2 instead of
/usr/lib64/libeos.so.2.23 -> libeos.so.2.23.3
but it is actually running v2.23.3 (and was compiled with the header files in this release).