Remove use of obsolete Python package p4.tmp - #754
Conversation
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
|
Without these changes, when the Python P4Runtime API client code in this tutorials repo sends a SetForwardingPipelineConfig message to the simple_switch_grpc process, it executes code from the p4lang/PI library in this file, currently at these lines: https://github.com/p4lang/PI/blob/main/proto/frontend/src/device_mgr.cpp#L499-L508 This code is copied and pasted below: The condition of the However, if one simply avoids using the P4DeviceConfig message from the p4.tmp Python package, then the condition of the One of the practical effects of this is that by doing |
No description provided.