[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150213114113.GA10559@faui40p.informatik.uni-erlangen.de>
Date: Fri, 13 Feb 2015 12:41:13 +0100
From: Toerless Eckert <tte@...fau.de>
To: netdev@...r.kernel.org
Subject: vnet problem (bug? feature?)
Hope this is the right mailing list, if not, then which one ? (thanks)
- Created vnet pair
- NOT putting them into different namespaces.
- Unicast across them works fine.
- When sending IP multicsast into one end, i can not receive it on the other side
(with normal socket API applications).
Interestingly:
- When using tcpdump (pcap), i can actually see the multicast packets
both when binding to the sending vnet interface and when binding to
the receiving vnet.
- When using tcpdump and sending unicast, tcpdump doesn't show me any packets ;-(
When putting one vnet interface into a separate namespace, i can send
multicast packets. I wonder if what i see is not a result of namespaces
but just how multicast packets interact with the routing table(s) (single
one when both vnet interfaces are in the same namespace).
Tihis is unfortunately all with an old kernel (3.7), i'll try to get a newer
kernel on some PC, a bit constrained on available HW, so thought i dare to
ask before having tested on the latest kernel.
(btw: Is there any api to put an interface back from a namespace into default ?)
Thanks!
Toerless
--
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