Re: gif and faith as kld...

2000-03-27 Thread Yoshinobu Inoue
}, #endif /* GIF */ Some consideration like in ip_mroute.c might be necessary. 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
.c. from sys/conf/files: netinet/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: IPv6, IPv4 and /etc/resolv.conf problems

2000-02-22 Thread Yoshinobu Inoue
fix is not simple, so it will be tried after 4.0. 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

Re: Crypto in the kernel: where & how?

1999-12-10 Thread Yoshinobu Inoue
afraid to reboot it. And I wonder if I can 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 "u

Re: Should jail treat ip-number?

1999-11-17 Thread Yoshinobu Inoue
in, I'm not sure how multiple addrs per address family is useful. If explicit needs for "multiple addrs per address family" are not clear now, 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
quot;ip_number" for IPv4. -Jail(8) command can also accept 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-16 Thread Yoshinobu Inoue
ass DNS name into the kernel, but the implementation 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
s necessary. solution: Don't specify addresses via jail(2), and let kernel select any non binded address. Loop in_ifaddr list and try in_pcblookup_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 proc

Re: Should jail treat ip-number?

1999-11-09 Thread Yoshinobu Inoue
seems efficient, and same kind of fix for IPv6 might also work. 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

Re: Should jail treat ip-number?

1999-11-09 Thread Yoshinobu Inoue
me patches which does this ?" OK, then 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 c

Re: Should jail treat ip-number?

1999-11-09 Thread Yoshinobu Inoue
f IP address assigned to that machine. Then IPv6 support for jail should be very good thing, because extremely many IP addresses 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

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