linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kernel ipv6 freeze
@ 2003-04-14 11:35 Felix von Leitner
  0 siblings, 0 replies; only message in thread
From: Felix von Leitner @ 2003-04-14 11:35 UTC (permalink / raw)
  To: linux-kernel

Kernel 2.5.66 can be made to freeze with ipv6 when npush and npoll are
run on the same machine at the same time.  Both are from the same
package, ncp (http://www.fefe.de/ncp/).

  - npush opens an ipv6 multicast socket and sends announcement UDP
    packets over it.  It also opens a TCP listening socket.
  - npoll listens for the UDP announcement packets and TCP connects to
    the TCP socket using the sockaddr_in6 from the UDP announcements.

Linux 2.4 always had issues with this because npoll would see the
interface number as the loopback device, but the IPv6 number as the
ethernet link local or announced number, and the connect would fail or
time out.  Linux 2.5 completely locks up.

Please fix!

Felix

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

only message in thread, other threads:[~2003-04-14 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-14 11:35 kernel ipv6 freeze Felix von Leitner

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