Skip to content

EOS SDK v2.8.0

Compare
Choose a tag to compare
@gverma9 gverma9 released this 10 Sep 00:47
· 84 commits to master since this release

Resources

Features

  • New mpls_route APIs to support multi-label mpls routes. mpls_route_key() constructor now takes a list of mpls labels of type mpls_label_t. New APIs added in mpls_route_key_t for setting and retrieving the list of labels.
    Additionally, the following APIs in the mpls_route module now support mpls_route_key_t as an input.
    • watch_mpls_route
    • on_mpls_route_set
    • on_mpls_route_del
    • mpls_route_via_status_iter
    • fec_id
    • metric

Bug fixes and Improvements