(I've made the summary generic so that I have a place to hang any/all of these problems). A quick "grep SIOC /usr/include/*/*.h" with editing to remove SIOC* ioctls will be attached. I'll be happy to help map the amatuer radio glop :-) Meanwhile a user would like SIOCADDTUNNEL SIOCCHGTUNNEL SIOCDELTUNNEL SIOCGETTUNNEL added so that he can use iptunnel on an ultra.
Davem or JJ, please bless us with a comment here
*** Bug 4308 has been marked as a duplicate of this bug. *** iptunnel does work on my intel platform but does not on my Ultra1 sparc64 machine. It gives me the following message: [root@paul /root]# insmod ipip [root@paul /root]# iptunnel tunl0: ip/ip remote any local any ttl inherit nopmtudisc [root@paul /root]# iptunnel add try mode ipip [root@paul /root]# insmod ip_gre [root@paul /root]# iptunnel add try mode gre ioctl: Invalid argument [root@paul /root]# iptunnel tunl0: ip/ip remote any local any ttl inherit nopmtudisc gre0: gre/ip remote any local any ttl inherit nopmtudisc [root@paul /root]# ------- Additional Comments From jbj 08/02/99 10:14 ------- Can you send me the commands that you are running on each i386 machine so that I can reproduce this problem? Thanks ...