X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fipv6%2Faf_inet6.c;h=3f9e86b15e0d867e1b85125b4521edbc0092054d;hb=04afb40593f9a3007e5ea817d009529ef10fb685;hp=3192aa02ba5d3f55271ab2e804bc00776172cb0b;hpb=35c44933ef10ff4e47c9b28a7e61e648edd38845;p=karo-tx-linux.git diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c index 3192aa02ba5d..3f9e86b15e0d 100644 --- a/net/ipv6/af_inet6.c +++ b/net/ipv6/af_inet6.c @@ -200,7 +200,7 @@ lookup_protocol: inet_sk(sk)->pinet6 = np = inet6_sk_generic(sk); np->hop_limit = -1; - np->mcast_hops = -1; + np->mcast_hops = IPV6_DEFAULT_MCASTHOPS; np->mc_loop = 1; np->pmtudisc = IPV6_PMTUDISC_WANT; np->ipv6only = net->ipv6.sysctl.bindv6only;