netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Is there any necessary to add multicast route for a loopback device?
@ 2011-11-30  7:38 Li Wei
  2011-12-01  2:30 ` Li Wei
  0 siblings, 1 reply; 6+ messages in thread
From: Li Wei @ 2011-11-30  7:38 UTC (permalink / raw)
  To: netdev

Hi all,

I found that since Fedora 15, it use systemd as the 'init'. When systemd start 
it would config the ipv6 address(::1/128) for 'lo' and start it. While adding 
this address to 'lo', kernel will call addrconf_add_mroute() to set a multicast
route for 'lo' with rt->dst.error = -ENETUNREACH. After that, when I send multi-
cast message, the route subsystem return a route with .error set to NETUNREACH.

Is there any necessary to add multicast route for a loopback device? 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-01  6:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30  7:38 Is there any necessary to add multicast route for a loopback device? Li Wei
2011-12-01  2:30 ` Li Wei
2011-12-01  3:35   ` David Miller
2011-12-01  4:31     ` Li Wei
2011-12-01  4:36       ` Eric Dumazet
2011-12-01  6:01         ` Li Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).