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
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