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
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.