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 I used SimpleSwitchP4RuntimeAPI.table_add() to insert some entries, an exception occurred in the p4runtime_API api.py _EntityBase._write() and said TableEntry object has no attribute metadata. The program is roughly the same as p4-learning/exercises/08-Simple_Routing/p4runtime/solution/routing-controller.py. The tables show below:
when I used
SimpleSwitchP4RuntimeAPI.table_add()
to insert some entries, an exception occurred in thep4runtime_API api.py _EntityBase._write()
and saidTableEntry object has no attribute metadata
. The program is roughly the same as p4-learning/exercises/08-Simple_Routing/p4runtime/solution/routing-controller.py. The tables show below:i wonder what the metadata means. I find it in the class TableEntry . could someone help me? thanks a lot.
The text was updated successfully, but these errors were encountered: