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
ACL table is created with fields enabled that will be used to install the flow entry when the leraning happens. In this example flow is learned for the qset[ip proto, src ip, dst ip, sport, dport, ingress port].
551
563
552
-
This table can later be queried by NOS for learned entries using the GET API. Conceptually there is no SET or REMOVE on this table and SAI adapter should fail any set/remove operation if done by the NOS.
564
+
This table can later be queried by NOS for learned entries using the GET API. Learned entries can be aged out using the SAI_TAM_EVENT_LEARN_ENTRY_ATTR_ACL_ENTRY object.
565
+
566
+
Conceptually there is no SET on the ACL table entries as they are created by SAI adapter.
567
+
SAI adapter should fail any SET operation if done by the NOS.
568
+
569
+
New SAI_ACL_BIND_POINT_TYPE_TAM bind point is introduced for ACL table. This is to provide hint to the SAI adapter that this ACL table is mainly used for TAM purposes.
0 commit comments