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
I am trying to populate my match-action table using table_add
I found when the action parameter is a negative number, it always transfers 0 to the action.
In the above example, I hope when the key==0, executes the action set with parameter -1.
Is there a way to transfer the negative number to the action parameter?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to populate my match-action table using table_add
![1664666925982](https://user-images.githubusercontent.com/45109782/193431857-e733ab36-fa80-4980-b354-8b2ed864a901.png)
I found when the action parameter is a negative number, it always transfers 0 to the action.
In the above example, I hope when the key==0, executes the action set with parameter -1.
Is there a way to transfer the negative number to the action parameter?
The text was updated successfully, but these errors were encountered: