sit: Set inner IP protocol in sit
authorTom Herbert <therbert@google.com>
Tue, 30 Sep 2014 03:22:30 +0000 (20:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Oct 2014 01:35:51 +0000 (21:35 -0400)
commit469471cdfc1902861fedafe8c5c1c8dbf5ad6ba6
tree9761489a0fde80ede3322a7b1e1e4ebfec8305fa
parent8bce6d7d0d1ede22af334ee241841e9278365278
sit: Set inner IP protocol in sit

Call skb_set_inner_ipproto to set inner IP protocol to IPPROTO_IPV6
before tunnel_xmit. This is needed if UDP encapsulation (fou) is
being done.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sit.c