Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190614
b: refs/heads/master
c: f935aa9
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 4, 2010
1 parent dbefeb3 commit 718750f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1827d2e943eeb5cba0662f3e6edc342d6bd65ae6
refs/heads/master: f935aa9e99d6ec74a50871c120e6b21de7256efb
2 changes: 1 addition & 1 deletion trunk/net/ipv6/af_inet6.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static int inet6_create(struct net *net, struct socket *sock, int 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;
Expand Down

0 comments on commit 718750f

Please sign in to comment.