[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <OFD882A076.C7BD1EA7-ON88257455.005F4F9F-88257455.005FC5BC@us.ibm.com>
Date: Mon, 26 May 2008 10:26:08 -0700
From: David Stevens <dlstevens@...ibm.com>
To: Jan Engelhardt <jengelh@...ozas.de>
Cc: netdev@...r.kernel.org
Subject: Re: multicast with multiple devices
Most multicast applications don't use the routing table at all. Instead,
you should specify the particular interface you want, since the same
group number on different interfaces often isn't the same group.
You can use IP_MULTICAST_IF, SO_BINDTODEVICE, etc., and
of course specify the interface in the IP_ADD_MEMBERSHIP call
for listeners.
+-DLS
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists