* 2.4.18 sparc ipv6 over ipv4 broken ?
@ 2002-08-02 19:36 Florian Lohoff
2002-08-03 4:55 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Florian Lohoff @ 2002-08-02 19:36 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 912 bytes --]
Hi,
i am having trouble to get a ipv6 over ipv4 tunnel to work
on a linux/sparc with a vanilla 2.4.18 kernel - It seems
there is something broken. The same setup works on i386.
wise:~# ip -V
ip utility, iproute2-ss010824
wise:~# ip tunnel add sit1 mode sit
ioctl: Invalid argument
wise:~# dmesg | grep IPv6
IPv6 v0.8 for NET4.0
IPv6 over IPv4 tunneling driver
strace gets to this point:
[...]
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
ioctl(3, 0x89f1, 0xeffffb98) = -1 EINVAL (Invalid argument)
dup(2) = 4
[...]
After trying around a bit this showed up:
sys32_ioctl(ip:379): Unknown cmd fd(3) cmd(000089f3) arg(effffb88)
sys32_ioctl(ip:382): Unknown cmd fd(3) cmd(000089f3) arg(effffb88)
Flo
--
Florian Lohoff flo@rfc822.org +49-5201-669912
Heisenberg may have been here.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: 2.4.18 sparc ipv6 over ipv4 broken ?
2002-08-02 19:36 2.4.18 sparc ipv6 over ipv4 broken ? Florian Lohoff
@ 2002-08-03 4:55 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2002-08-03 4:55 UTC (permalink / raw)
To: flo; +Cc: linux-kernel
From: Florian Lohoff <flo@rfc822.org>
Date: Fri, 2 Aug 2002 21:36:10 +0200
i am having trouble to get a ipv6 over ipv4 tunnel to work
on a linux/sparc with a vanilla 2.4.18 kernel - It seems
there is something broken. The same setup works on i386.
Unfortunately SIT tunnels use SIOCDEVPRIVATE ioctls which we can't
support in 32-bit programs runnign on sparc64 hardware. Sorry.
Some day we'll add non-conflicting ioctls for SIT and other similar
devices using SIOCDEVPRIVATE but for now you're out of luck.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-08-03 5:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-02 19:36 2.4.18 sparc ipv6 over ipv4 broken ? Florian Lohoff
2002-08-03 4:55 ` 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
all inboxes | Powered by JetHome®