commit | bf3d6a8f791b2a81279b9ce3201b4970f6fbe51a | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Mon May 27 23:48:15 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 31 17:19:05 2013 -0700 |
tree | 72093c081b2de664ca77da0bc56fcaebf19eb195 | |
parent | 35d0461061f27eeb62de63174959edbbb9e434de [diff] |
iptunnel: specify protocol outside IP header Before this patch, ip_tunnel_xmit() was using the field protocol from the IP header passed into argument. There is no functional change, this patch prepares the support of IPv4 over IPv4 for module sit. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>