ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.
authorHaishuang Yan <yanhaishuang@cmss.chinamobile.com>
Sat, 21 May 2016 10:17:35 +0000 (18:17 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 May 2016 21:33:48 +0000 (14:33 -0700)
commit252f3f5a1189a7f6c309d8e4ff1c4c1888a27f13
tree5e1da3ecfe60364e6234db8b4b55e1e9480beba7
parent1b227e536662eae4b7beee3037edbecdc577495f
ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.

In gre6 xmit path, we are sending a GRE packet, so set fl6 proto
to IPPROTO_GRE properly.

Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_gre.c