Re: [PATCH net v2] ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()

2016-09-24 Thread David Miller
From: Lance Richardson Date: Fri, 23 Sep 2016 15:50:29 -0400 > Similar to commit 3be07244b733 ("ip6_gre: fix flowi6_proto value in > xmit path"), set flowi6_proto to IPPROTO_GRE for output route lookup. > > Up until now, ip6gre_xmit_other() has set flowi6_proto to a bogus value. > This affected

Re: [PATCH net v2] ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()

2016-09-23 Thread Lance Richardson
> From: "Sergei Shtylyov" > To: "Lance Richardson" , netdev@vger.kernel.org > Cc: "shmulik ladkani" , jb...@redhat.com > Sent: Friday, September 23, 2016 4:01:15 PM > Subject: Re: [PATCH net v2] ip6_gre: fix flowi6_proto value in > ip6gre_xmit

Re: [PATCH net v2] ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()

2016-09-23 Thread Sergei Shtylyov
Hello. On 09/23/2016 10:50 PM, Lance Richardson wrote: Similar to commit 3be07244b733 ("ip6_gre: fix flowi6_proto value in xmit path"), set flowi6_proto to IPPROTO_GRE for output route lookup. Up until now, ip6gre_xmit_other() has set flowi6_proto to a bogus value. This affected output route l

[PATCH net v2] ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()

2016-09-23 Thread Lance Richardson
Similar to commit 3be07244b733 ("ip6_gre: fix flowi6_proto value in xmit path"), set flowi6_proto to IPPROTO_GRE for output route lookup. Up until now, ip6gre_xmit_other() has set flowi6_proto to a bogus value. This affected output route lookup for packets sent on an ip6gretap device in cases wher