dairui
Results
2
comments of
dairui
I modified `basic` to try to set idle_timeout. Specifically, I modified `insertTableEntry`in `simple_controller.py`. ``` def insertTableEntry(sw, flow, p4info_helper): table_name = flow['table'] match_fields = flow.get('match') # None if not found action_name...
Thanks for your help! I want to implement the deletion of idle timeout table entries in the P4 tutorial project. In the P4 tutorial, how does the controller receive idle...