X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2Fipv4%2Fipip.c;h=a09fb0dec725a8827ba5d1e928597c103d1f9322;hb=refs%2Fheads%2Fkaro-tx6-stable;hp=f34c31defafe083fcc9146affff5c39745150d04;hpb=2dab48ef2b2e8b53373acbe354e7c635b03115e1;p=karo-tx-linux.git diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index f34c31defafe..a09fb0dec725 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c @@ -253,9 +253,6 @@ ipip_tunnel_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) p.i_key = p.o_key = 0; p.i_flags = p.o_flags = 0; - if (p.iph.ttl) - p.iph.frag_off |= htons(IP_DF); - err = ip_tunnel_ioctl(dev, &p, cmd); if (err) return err;