Re: [PATCH v2 net-next 0/4] tunnels: fix incorrect IPv4/v6 headers interpretation

2015-08-29 Thread David Miller
From: Jiri Benc Date: Fri, 28 Aug 2015 20:48:18 +0200 > With tunneling, it is currently possible to get an IPv6 header and interpret > it as an IPv4 header, or to interpret an IPv6 address as an IPv4 address > (and vice versa). This leads to things like sending packets to incorrect > address, IPv

[PATCH v2 net-next 0/4] tunnels: fix incorrect IPv4/v6 headers interpretation

2015-08-28 Thread Jiri Benc
With tunneling, it is currently possible to get an IPv6 header and interpret it as an IPv4 header, or to interpret an IPv6 address as an IPv4 address (and vice versa). This leads to things like sending packets to incorrect address, IPv6 flow label being interpreted as IP packet length, etc. Fix se