X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fipv4%2Ficmp.c;h=1a4ee84ca3f3d9690e6860d031f67056de7a99d7;hb=974eda11c54290a1be8f8b155edae7d791e5ce57;hp=5c0e8bc6e5ba275d2469336533b5848de94ae6c1;hpb=6d6e352c80f22c446d933ca8103e02bac1f09129;p=~andy%2Flinux diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 5c0e8bc6e5b..1a4ee84ca3f 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -705,7 +705,7 @@ static void icmp_unreach(struct sk_buff *skb) case ICMP_PORT_UNREACH: break; case ICMP_FRAG_NEEDED: - if (ipv4_config.no_pmtu_disc) { + if (net->ipv4.sysctl_ip_no_pmtu_disc) { LIMIT_NETDEBUG(KERN_INFO pr_fmt("%pI4: fragmentation needed and DF set\n"), &iph->daddr); } else {