Re: [net PATCH] net: Reset encap_level to avoid resetting features on inner IP headers

2016-03-23 Thread David Miller
From: Alexander Duyck Date: Tue, 22 Mar 2016 16:18:07 -0700 > This patch corrects an oversight in which we were allowing the encap_level > value to pass from the outer headers to the inner headers. As a result we > were incorrectly identifying UDP or GRE tunnels as also making use of ipip > or s

Re: [net PATCH] net: Reset encap_level to avoid resetting features on inner IP headers

2016-03-23 Thread Tom Herbert
On Tue, Mar 22, 2016 at 4:18 PM, Alexander Duyck wrote: > This patch corrects an oversight in which we were allowing the encap_level > value to pass from the outer headers to the inner headers. As a result we > were incorrectly identifying UDP or GRE tunnels as also making use of ipip > or sit wh

[net PATCH] net: Reset encap_level to avoid resetting features on inner IP headers

2016-03-22 Thread Alexander Duyck
This patch corrects an oversight in which we were allowing the encap_level value to pass from the outer headers to the inner headers. As a result we were incorrectly identifying UDP or GRE tunnels as also making use of ipip or sit when the second header actually represented a tunnel encapsulated i