Re: Mobile IPv6

2010-10-18 Thread Keiichi SHIMA
(http://sourceforge.net/projects/shisa/), but it is almost 2 years old... --- Keiichi SHIMA Research Laboratory, IIJ Innovation Institute WIDE Project On Oct 18, 2010, at 9:19 PM, Julian Stecklina wrote: > Hello, > > I am trying to find out what the status of Mobile IPv6 in the FreeBSD &

Re: Configuring IPsec for Kame MIPv6

2006-03-13 Thread Keiichi SHIMA
Hi, Please send your question to [EMAIL PROTECTED], since your question is a KAME specific topic. --- Keiichi SHIMA IIJ Research Laboratory <[EMAIL PROTECTED]> KAME Project <[EMAIL PROTECTED]> From: Surekha <[EMAIL PROTECTED]> Subject: Configuring IPsec for Kame MIPv6 Date: M

Re: (KAME-snap 9091) RADIX_MPATH support

2005-06-02 Thread Keiichi SHIMA
S_MPATH is supported only on NetBSD. FreeBSD maay be compiable with the option, but it will not work properly. Regards, --- Keiichi Shima IIJ Research Laboratory <[EMAIL PROTECTED]> KAME project <[EMAIL PROTECTED]> ___ freebsd-net@freebsd.o

Re: mping

2005-05-31 Thread Keiichi SHIMA
mping command i obtain: > "mping: command not found" Do you see the same message even if you specify the command with full path name? BTW, It seems this problem is a KAME specific problem. Could you send your question to [EMAIL PROTECTED], if you still have the problem. --- Keiichi SH

Re: (KAME-snap 9008) Please review this diff...

2005-04-11 Thread Keiichi SHIMA
CLBYTES is very small. I don't know such an architecture, though... > The second part checks for error returns from the duplication of the > packets before starting to copy things around. These error checks seems correct. We will update our code too. Thank you for your pointing

Re: KAME mip6

2004-12-13 Thread Keiichi SHIMA / 島慶一
? Yes, we have replaced the code. The new code supports FreeBSD5.3+KAME. We also provide a brief introduction of the new code. Please look at http://www.kame.net/newsletter/20041211/, too. Note that the code is not good quality for now. Regards, --- Keiichi SHIMA IIJ Re

Re: KAME mip6

2004-12-13 Thread Keiichi SHIMA / 島慶一
but, we will try to improve the new code continuously. Regards, --- Keiichi SHIMA IIJ Research Laboratory <[EMAIL PROTECTED]> KAME Project <[EMAIL PROTECTED]> ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: Questions on ip_output.c's patch for FreeBSD-SA-02:21.tcpip

2002-04-18 Thread Keiichi SHIMA / $BEg7D0l(B
epositry and finally understand the policy and the style of ip_output() of FreeBSD. Sorry for my misunderstanding. Regards, --- Keiichi SHIMA IIJ Research Laboratory <[EMAIL PROTECTED]> KAME Project <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: IPv6 configuration document?

2002-04-18 Thread Keiichi SHIMA / $BEg7D0l(B
From: Markus Stumpf <[EMAIL PROTECTED]> > On Mon, Apr 15, 2002 at 11:07:53AM +0900, Keiichi SHIMA / ?$BEg7D0l?(B wrote: > > Does anyone know where is the document for configuring IPv6 on > > FreeBSD, if any? The NetBSD web page has a really cool manual > > (http://w

Re: Questions on ip_output.c's patch for FreeBSD-SA-02:21.tcpip

2002-04-18 Thread Keiichi SHIMA / $BEg7D0l(B
ot;Prevent icmp_reflect() from calling ip_output() with a NULL route pointer which will then result in the allocated route's ~ reference count never being decremented.", I think both patches can ~~~~~~

IPv6 configuration document?

2002-04-14 Thread Keiichi SHIMA / $BEg7D0l(B
Hi, Does anyone know where is the document for configuring IPv6 on FreeBSD, if any? The NetBSD web page has a really cool manual (http://www.netbsd.org/Documentation/network/ipv6/) for IPv6 people using NetBSD. I'm looking for such a document for FreBSD. --- Keiichi SHIMA IIJ Res

Re: IPv6 on a host only. Autoconfigure - right ?

2002-04-09 Thread Keiichi SHIMA / $BEg7D0l(B
> are all set automatically from the rc.network6 startup ? Yes. > Do I have to have this set? or is it all done for the host as well - automatically. > #ipv6_network_interfaces="auto" # List of network interfaces (or "auto"). No, unless you want not to use specific in

Re: problems with udp46 sockets

2002-03-27 Thread Keiichi SHIMA / $BEg7D0l(B
From: Markus Stumpf <[EMAIL PROTECTED]> > > Thanks a lot! I have applied the patches and it works only partially. Sorry, it needs more work... Please revert the previous patches, and try with these attached again. --- Keiichi SHIMA IIJ Research Laboratory <[EMAIL PROTECTED

Re: problems with udp46 sockets

2002-03-26 Thread Keiichi SHIMA / $BEg7D0l(B
n using it. Therefore, once a IPv4 route is cached, ip6_output mistakingly use it as a cached route for IPv6 destination. Please try attached patches. --- Keiichi SHIMA IIJ Research Laboratory <[EMAIL PROTECTED]> KAME Project <[EMAIL PROTECTED]> --- ip_output.c.origWed Mar 27

Re: performance issues with M_PREPEND on clusters

2001-10-28 Thread Keiichi SHIMA / $BEg7D0l(B
PI in a new code to gain the performance. Also, the old code works with no problem. I think, if we want a new m_pullup, a new API is a better solution. --- Keiichi SHIMA IIJ Research Laboratory <[EMAIL PROTECTED]> KAME Project <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL P

Re: performance issues with M_PREPEND on clusters

2001-10-26 Thread Keiichi SHIMA / $BEg7D0l(B
only one arguing this side > (according to the response hits, it appears I'm alone with this > opinion), although I will maintain that I believe it is wrong, and for > good reason, but I may end up eventually beating myself up if I have to > repeat the same thing over and over

Re: performance issues with M_PREPEND on clusters

2001-10-26 Thread Keiichi SHIMA / $BEg7D0l(B
bout that. Because one of the reasons of the confusion of M_LEADINGSPACE is there were no documentation about that, we had only the code and the code said that it returns a writable length. (if necessary) we should create a new API to get the real(?) space as David have proposed. Best re

Re: performance issues with M_PREPEND on clusters

2001-10-26 Thread Keiichi SHIMA / $BEg7D0l(B
ects) and the code complexity. --- Keiichi SHIMA IIJ Research Laboratory <[EMAIL PROTECTED]> KAME Project <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Ipv6

2001-09-27 Thread Keiichi SHIMA / $BEg7D0l(B
uration problem? Or something else? Currently the DNS system requires IPv4 transport. If you disable IPv4 completely, you cannot resolve any hostnames. In this case, you must set up DNS proxy (ex. totd) from IPv6 to IPv4. Is this your case, isn't it? --- Keiichi SHIMA IIJ Research Laboratory

Re: IPV6/KAME/protosw integration cleanup

2001-09-05 Thread Keiichi SHIMA / $BEg7D0l(B
IL PROTECTED]>. I think he will commit needed changes later. > can you let me know what the correct cod eshould look like.. > (keeping in mind that ipip_input() just calls rip_input() > and that ipip_input is not compiled by default in LINT so lint failed to compile > as it was

Re: IPV6/KAME/protosw integration cleanup

2001-09-04 Thread Keiichi SHIMA / $BEg7D0l(B
or review. Please look into the attached patch for FreeBSD-current. --- Keiichi SHIMA <[EMAIL PROTECTED]> IIJ Research Laboratory / KAME Project diff -ur sys.orig/net/if_stf.c sys/net/if_stf.c --- sys.orig/net/if_stf.c Tue Sep 4 15:25:24 2001 +++ sys/net/if_stf.cWed Sep

Re: IPV6/KAME/protosw integration cleanup

2001-09-03 Thread Keiichi SHIMA
post it to the related mailing lists for review. Thanks, --- Keiichi SHIMA <[EMAIL PROTECTED]> Internet Initiative Japan Inc. / KAME Project Keiichi SHIMA wrote: > > We are planning to fill your (and many freebsd hackers') requirements. > These plans include introducing s

Re: IPV6/KAME/protosw integration cleanup

2001-08-27 Thread Keiichi SHIMA
. Right. Sorry if other freebsd guys felt unconfortable. I might be tired to continue this discussion that seems no goal... --- Keiichi SHIMA <[EMAIL PROTECTED]> IIJ Research Laboratory To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: IPV6/KAME/protosw integration cleanup

2001-08-27 Thread Keiichi SHIMA
ing #ifdef clause increases the maintance cost of your KSE work. the dilemma.) We will decide how should we do in a week. --- Keiichi SHIMA <[EMAIL PROTECTED]> IIJ Research Laboratory To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: IPV6/KAME/protosw integration cleanup

2001-08-26 Thread Keiichi SHIMA
. Please see and review the attached patch. If it looks OK, I will commit it to the CURRENT tree. Thanks, --- Keiichi SHIMA <[EMAIL PROTECTED]> IIJ Research Laboratory / KAME Project ZGlmZiAtdXIgc3lzLm9yaWcvbmV0L2lmX2dpZi5jIHN5cy9uZXQvaWZfZ2lmLmMKLS0tIHN5 diff -ur sys.orig/net/if_gif.c s

Re: gif tunnel timeout problems

2001-08-17 Thread Keiichi SHIMA
na, ndp -na and show us too. --- Keiichi SHIMA <[EMAIL PROTECTED]> Internet Initiative Japan Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: IPV6/KAME/protosw integration cleanup

2001-08-13 Thread Keiichi SHIMA
code is not a FreeBSD's manner, but currentry, this is the best compromise to support all the BSDs with minimum efforts. Please understand our approach... --- Keiichi SHIMA <[EMAIL PROTECTED]> IIJ Research Laboratory / KAME project To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: prefixes from the rr_prefix structure.

2001-07-26 Thread Keiichi SHIMA
KAME merge). You had better to use sysctl(3) to get the prefix lists. The souce code of ndp(8) will help you. At least, ndp(8) of freebsd4-stable uses sysctl(3) to get prefix information. Best regards, --- Keiichi SHIMA <[EMAIL PROTECTED]> Internet Initiative Japan Inc. To Unsubs