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
When we send a DASH config to a gnmi server, the order in which the configuration arrives to the orchagent is not defined.
This is an issue for ACL configuration, for example:
DASH_ACL_GROUP_TABLE:eni0 - create an ACL group
DASH_ACL_RULE_TABLE:eni0:rule0 – create a rule
DASH_ACL_OUT_TABLE:eni0:1 – bind a group to ENI
This can get reordered so the bind(3) happens before rule creation(2), which is not allowed according to the requirements: User can add/remove rules in a group as long as it is not currently bound to an ENI
When we send a DASH config to a gnmi server, the order in which the configuration arrives to the orchagent is not defined.
This is an issue for ACL configuration, for example:
This can get reordered so the bind(3) happens before rule creation(2), which is not allowed according to the requirements:
User can add/remove rules in a group as long as it is not currently bound to an ENI
Example of reordering:
DASH ACL config
swss.rec
The text was updated successfully, but these errors were encountered: