On Mon, Feb 29, 2016 at 11:42:12AM -0800, Sairam Venugopal wrote: > When a packet which needs segmentation is received, the header for > each segment is being calculated, i.e. IP length, checksum, TCP seq, > TCP checksum. > > The problem with the current code is that it wrongly assumes that > the Ethernet frame payload is always an IPv4 packet. > > This patch checks the EtherType field of the Ethernet frame to see > which protocol is encapsulated in its payload, IPv4 or IPv6, and > calculates the segment's header accordingly. > > Signed-off-by: Sorin Vinturis <[email protected]> > Co-authored-by: Sairam Venugopal <[email protected]> > Reported-by: Sairam Venugopal <[email protected]> > Reported-at: https://github.com/openvswitch/ovs-issues/issues/105
Applied, thanks! _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
