Re: [PATCH] Set DF bit for IPv4 GRE tunnels with fixed TTL

2015-12-06 Thread David Miller
From: Konstantin Shemyak Date: Sat, 5 Dec 2015 22:55:13 +0200 > The DF bit on IPv4 GRE tunnels with fixed TTL is enforced in order > to prevent networking loops. This was the original behavior of GRE > tunnels, lost in the refactoring. > > Signed-off-by: Konstantin

Re: [PATCH] Set DF bit for IPv4 GRE tunnels with fixed TTL

2015-12-05 Thread Pravin Shelar
On Sat, Dec 5, 2015 at 12:55 PM, Konstantin Shemyak wrote: > The DF bit on IPv4 GRE tunnels with fixed TTL is enforced in order > to prevent networking loops. This was the original behavior of GRE > tunnels, lost in the refactoring. > > Signed-off-by: Konstantin Shemyak

[PATCH] Set DF bit for IPv4 GRE tunnels with fixed TTL

2015-12-05 Thread Konstantin Shemyak
The DF bit on IPv4 GRE tunnels with fixed TTL is enforced in order to prevent networking loops. This was the original behavior of GRE tunnels, lost in the refactoring. Signed-off-by: Konstantin Shemyak --- net/ipv4/ip_gre.c | 4 1 file changed, 4 insertions(+)