Re: [ovs-discuss] OF15 OFP_ACTION_OUT messages not parsed correctly

2016-02-09 Thread Ben Pfaff
On Tue, Feb 09, 2016 at 01:56:30PM +0100, Patrick Welzel wrote: > I am having some trouble using Open vSwitch with OpenFlow15. With OF15, > the message format for OFP_PACKET_OUT, OFP_GROUP_MOD and possibly others > has changed: The former in_port field was removed and a ofp_match > structure was ad

[ovs-discuss] OF15 OFP_ACTION_OUT messages not parsed correctly

2016-02-09 Thread Patrick Welzel
Hi, I am having some trouble using Open vSwitch with OpenFlow15. With OF15, the message format for OFP_PACKET_OUT, OFP_GROUP_MOD and possibly others has changed: The former in_port field was removed and a ofp_match structure was added. OVS seems to parse these messages by OF14 format. Both a manu