Re: gif and faith as kld...

2000-03-27 Thread Yoshinobu Inoue
/in_gif.coptional gif inet netinet6/in6_gif.coptional gif inet6 So should these also be used in the kld module? Cheers, Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: gif and faith as kld...

2000-03-27 Thread Yoshinobu Inoue
nousrreqs }, { SOCK_RAW, inet6domain, IPPROTO_IPV6, PR_ATOMIC|PR_ADDR, in6_gif_input,0, 0, 0, 0, 0,0, 0, 0, nousrreqs }, #endif /* GIF */ Some consideration like in ip_mroute.c might be necessary. Yoshi

Re: IPv6, IPv4 and /etc/resolv.conf problems

2000-02-22 Thread Yoshinobu Inoue
. For 4.0, please also try '-4' option as another workaround. When you specify '-4' option for IPv4/IPv6 dual support apps, then it will only try to query A record. Thanks, Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Crypto in the kernel: where how?

1999-12-10 Thread Yoshinobu Inoue
send the patches to lists to solicite comments. By the way, all crypto stuff are put under the sys/crypto dir in the patch. Should some of them put under sys/libkern instead? Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" i

Re: Should jail treat ip-number?

1999-11-17 Thread Yoshinobu Inoue
ow, I would like to try to implement just adding ip6_number member for this time. Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Should jail treat ip-number?

1999-11-16 Thread Yoshinobu Inoue
ookup_hash() for each of addresses, just as in_pcbbind does it to search for non binded port. A weak point of this solution is that processes in a same jail won't be necessariliy binded to a same address, but does it matters? Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL

Re: Should jail treat ip-number?

1999-11-16 Thread Yoshinobu Inoue
in the kernel won't be easy nor clean Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Should jail treat ip-number?

1999-11-16 Thread Yoshinobu Inoue
DNS name, and then it resolve the name internally and, if A record is obtained, specify its address into "ip_number". if record is obtained, also specify its address into "ip6_number". Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Should jail treat ip-number?

1999-11-09 Thread Yoshinobu Inoue
ses become available for a machine with IPv6. (which is not with IPv4) Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Should jail treat ip-number?

1999-11-09 Thread Yoshinobu Inoue
n I'll try making patches and send you. My current Idea is that adding a new member, a pointer to sockaddr to the jail structure, and leave current ip_number member for backward compatibility. (Also with associated changes in kernel and the jail command) Yoshinobu Inoue To Unsubscribe: send mail

Re: Should jail treat ip-number?

1999-11-09 Thread Yoshinobu Inoue
. But my point is that, on public internet environment where global IPv4 addr is necessary, there is another issue of actual IPv4 addr shortage, isn't it? Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Should jail treat ip-number?

1999-11-08 Thread Yoshinobu Inoue
structure, and jail command extensions) Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message