On Thu, Jan 08, 2015 at 09:35:30AM +0000, Shaoyu Zhang wrote: > I want to use SetAsyncConfig message to enable several kinds of Async > Messages. The Open vSwitch is set to OpenFlow 1.4 mode. > However, after sending the SetAsyncConfig message, I cannot receive > any PACKET_IN any more, but the same controller side code works > if we use a Pica8 physical switch.
It looks like OFPT_SET_ASYNC_REQUEST has not been implemented in OVS for OF1.4 yet. The message is there but it still implements the OF1.3 wire format. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
