Resources
- Online API Documentation
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)
- Push or swap label stack, getter and setter
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).