git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1827d2e
)
ipv6: Fix default multicast hops setting.
author
David S. Miller
<davem@davemloft.net>
Tue, 4 May 2010 06:42:27 +0000
(23:42 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 4 May 2010 06:42:27 +0000
(23:42 -0700)
As per RFC 3493 the default multicast hops setting
for a socket should be "1" just like ipv4.
Ironically we have a IPV6_DEFAULT_MCASTHOPS macro
it just wasn't being used.
Reported-by: Elliot Hughes <enh@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found