[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4716694D.6030508@hp.com>
Date: Wed, 17 Oct 2007 15:58:05 -0400
From: Vlad Yasevich <vladislav.yasevich@...com>
To: netdev <netdev@...r.kernel.org>
Cc: Brian Haley <brian.haley@...com>
Subject: multicast: bug or "feature"
We've been trying to field some questions regarding multicast
behavior and one such behavior has stumped us.
I've reproduced the following behavior on 2.6.23.
The application opens 2 sockets. One socket is the receiver
and it simply binds to 0.0.0.0:2000 and joins a multicast group
on interface eth0 (for the test we used 224.0.1.3). The other
socket is the sender. It turns off MULTICAST_LOOP, sets MULTICAST_IF
to eth1, and sends a packet to the group that the first socket
joined.
We are expecting to receive the data on the receiver socket, but
nothing comes back.
Running tcpdump on both interfaces during the test, I see the packet
on both interfaces, ie. I see it sent on eth0 and received on eth1 with
IP statistics going up appropriately.
Looking at the group memberships, I see the receiving interface as
part of the group and IGMP messages were on the wire.
So, before I try to spend time figuring out where the packet went is
why, I'd like to know if this is a Linux "feature".
Thanks
-vlad
-
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