linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ipv4-mapped ipv4 connect() for UDP broken in test10
@ 2003-11-26  8:17 Felix von Leitner
  2003-11-26 10:04 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 4+ messages in thread
From: Felix von Leitner @ 2003-11-26  8:17 UTC (permalink / raw)
  To: linux-kernel

My IPv6 port for djbdns' dnscache does not work with -test10.

The symptom is that all queries time out.

Some digging reveals that djbdns does this (with scope_id 0):

  socket(PF_INET6,...)
  bind socket to ::
  connect() socket to IP of peer (in this case, 210.81.13.179)
  send() dns query

at this point, the query is not sent over ppp0 as it should, but it is
sent to lo.  Not only that, but the queries are _received_ by the same
djbdns (with servfail), although the destination IP is as said above
210.81.13.179 and none of my local IPs: 10.0.0.6, 127.0.0.1, or
217.88.123.45.

Any ideas?  Please do not ship 2.6.0-final with a bug like this in it!

Felix

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

end of thread, other threads:[~2003-11-28  1:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-26  8:17 ipv4-mapped ipv4 connect() for UDP broken in test10 Felix von Leitner
2003-11-26 10:04 ` YOSHIFUJI Hideaki / 吉藤英明
2003-11-27 12:11   ` YOSHIFUJI Hideaki / 吉藤英明
2003-11-28  1:03     ` David S. Miller

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