linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* net_device and multicast
@ 2002-04-23 18:33 Matteo Pelati
  0 siblings, 0 replies; only message in thread
From: Matteo Pelati @ 2002-04-23 18:33 UTC (permalink / raw)
  To: linux-kernel

Hi everyone,

I'm new to Linux kernel development and I have a question about networking.
I have a linux box acting as a multicast router and I've to write some code
that intercepts whenever a network interface is added or removed to a
multicast address. That seemed preatty straightforward since I noticed in
the net_device structure there is a pointer to IPv4 infos where i can find a
linked list of multicast addresses assigned to that interface.
The addresses in this list are the same shown doing a cat /proc/net/igmp ?

Since the strange fact is that I've my mcast router with two network
interfaces (eth0, eth1). When both my router and the other two hosts join
the same multicast group all the three bozes are receiving mcast traffic but
if I take a look at /proc/net/igmp on the router only one interface (eth0)
is assigned that mcast group.

Could anyone please give me a clue? I guess I'm missing something here...

Thanks
Matteo


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-04-23 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-23 18:33 net_device and multicast Matteo Pelati

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).