},
#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
.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
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
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
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
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
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
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
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
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
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
structure,
and jail command extensions)
Yoshinobu Inoue
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
12 matches
Mail list logo