X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=net%2Fipv4%2Fipip.c;h=a09fb0dec725a8827ba5d1e928597c103d1f9322;hb=e5c89b56c95ef08a87d17c47f3798f3745090ad3;hp=f34c31defafe083fcc9146affff5c39745150d04;hpb=9f827d8099e76a4a2fb99faa88ee7859459f2360;p=firefly-linux-kernel-4.4.55.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;