commit | c66549ffd666605831abf6cf19ce0571ad868e39 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Wed Oct 05 15:01:57 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 12 01:42:52 2016 -0400 |
tree | 9078e08204c4f03e6fed95845905219979e8a6d8 | |
parent | bb10bb3ea8d6417d89ff1dd4df75d44f8c97ff56 [diff] |
openvswitch: correctly fragment packet with mpls headers If mpls headers were pushed to a defragmented packet, the refragmentation no longer works correctly after 48d2ab609b6b ("net: mpls: Fixups for GSO"). The network header has to be shifted after the mpls headers for the fragmentation and restored afterwards. Fixes: 48d2ab609b6b ("net: mpls: Fixups for GSO") Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>