You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new bfd.h module that provides access to Bidirectional Forwarding Detection status and configuration, thereby allowing clients to monitor connectivity to their neighboring devices. Using these APIs, an EOS SDK agent can configure new BFD sessions and, most importantly, react to a session's connection status.
In mpls_route.h, new APIs expose handlers and getters for the LFIB. The new mpls_route_handler notifies clients when an MPLS route is added or removed from the switch's hardware tables, while the new status iterators and getters in the mpls_route_mgr let clients inspect the current state about which MPLS routes and vias are programmed into hardware.
policy_map_rule_t now has new policy_map_rule_type_t enumerated type and acl_rule_ip_t IP address attributes for matching class maps or raw match rules.
policy_action_t now has an attribute to store the VRF.