Re: [PATCH] ip_tunnel: Do not use mark in skb by default

2018-02-26 Thread David Miller
From: Thomas Winter Date: Mon, 26 Feb 2018 10:28:10 +1300 > This reverts commit 5c38bd1b82e1f76f9fa96c1e61c9897cabf1ce45. > > skb->mark contains the mark the encapsulated traffic which > can result in incorrect routing decisions being made such > as routing loops if the route chosen is via tunne

[PATCH] ip_tunnel: Do not use mark in skb by default

2018-02-25 Thread Thomas Winter
This reverts commit 5c38bd1b82e1f76f9fa96c1e61c9897cabf1ce45. skb->mark contains the mark the encapsulated traffic which can result in incorrect routing decisions being made such as routing loops if the route chosen is via tunnel itself. The correct method should be to use tunnel->fwmark. Signed-