Skip to content

EOS SDK v1.10.1

Compare
Choose a tag to compare
@zkhaleq zkhaleq released this 12 Oct 20:59
· 144 commits to master since this release

Resources

Features

  • The acl.h module now follows dynamic/persistent semantics. To mark an ACL as persistent (i.e., have it show up in running-config), call acl_mgr->persistent_is(acl_key, true). By default, ACLs will be programmed as dynamic (non-persistent) so they won’t show up in the CLI and conflict with config-replace operations.

Bugs fixes and improvements

  • Expose ip_route_via_t’s during iteration for nexthop_group and drop routes. This regression was introduced in 1.10.0.