diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/ip_output.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index c528f841ca4b..665abbb7122a 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -1476,7 +1476,8 @@ static DEFINE_PER_CPU(struct inet_sock, unicast_sock) = { | |||
1476 | .sk_allocation = GFP_ATOMIC, | 1476 | .sk_allocation = GFP_ATOMIC, |
1477 | .sk_flags = (1UL << SOCK_USE_WRITE_QUEUE), | 1477 | .sk_flags = (1UL << SOCK_USE_WRITE_QUEUE), |
1478 | }, | 1478 | }, |
1479 | .pmtudisc = IP_PMTUDISC_WANT, | 1479 | .pmtudisc = IP_PMTUDISC_WANT, |
1480 | .uc_ttl = -1, | ||
1480 | }; | 1481 | }; |
1481 | 1482 | ||
1482 | void ip_send_unicast_reply(struct net *net, struct sk_buff *skb, __be32 daddr, | 1483 | void ip_send_unicast_reply(struct net *net, struct sk_buff *skb, __be32 daddr, |