We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the shell does not allow to construct and send wildcard reads for all tables (table_id = 0, spec).
table_id = 0
Examples:
P4Runtime sh >>> te = TableEntry() Please provide name for table P4Runtime sh >>> te = table_entry[""] table '' does not exist P4Runtime sh >>> te = table_entry[] File "<ipython-input-11-f60488650eb6>", line 1 te = table_entry[] ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Hi, to list all the tables type tables within the shell.
tables
Once you have all the tables listed, you can run a te.info() command for the table you're interested in.
te.info()
Edit: I may have misinterpreted your issue.
Sorry, something went wrong.
No branches or pull requests
Currently, the shell does not allow to construct and send wildcard reads for all tables (
table_id = 0
, spec).Examples:
The text was updated successfully, but these errors were encountered: