Hi In my scenario, I defined a network consist of a floodlight controller, 5 ovs switches and 5 hosts using this VM: http://csie.nqu.edu.tw/smallko/sdn/stoachastic_switching.htm
I develop my application using python and use REST API to add flow entries and select group table in OVSs. when I add several flow entries using a loop in all my 5 switches by API, some flows in some switches does not add and I receive this error in floodlight console: *2019-03-17 09:27:40.190 WARN [n.f.c.i.OFSwitch] Could not send messages [OFFlowAddVer13(xid=412, cookie=0x00afffff927ca9d5, cookieMask=0x0000000000000000, tableId=0x0, idleTimeout=0, hardTimeout=0, priority=200, bufferId=4294967295, outPort=any, outGroup=any, flags=[SEND_FLOW_REM], match=OFMatchV3Ver13(eth_type=0x800, ipv4_src=10.0.0.5, ipv4_dst=10.0.0.4), instructions=[OFInstructionApplyActionsVer13(actions=[OFActionGroupVer13(group=3)])])] while in SLAVE role on switch 00:00:00:00:00:00:00:03* I want to know how can I solve this error. Regards Hossein Mousavinejad _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
