I modified ofproto.c "handle_flow_stats_request" function. I added a
while loop to check the flow table every 2 seconds.
I want to ask "handle_openflow_" can handle other request, like packet -
in?
___
discuss mailing list
disc...@openvswitch.org
I want to create a request. When the switch receives this request, it will
continuously monitor the flow table until the flow table has an exception.
For example, one flow has a large number of packets count in few seconds,
then switch will send reply to controller.
In the monitoring time, switch
I want to create a request. When the switch receives this request, it will
continuously monitor the flow table until it has the behavior I set, and it
will send a reply to the controller.
Would like to ask this monitoring time, switch can also accept other
controller request?
_