Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2000 14:58:36 +0900
From:      Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
To:        itojun@iijlab.net
Cc:        fido@yaahoo.yi.org, dcs@newsguy.com, freebsd-current@FreeBSD.ORG
Subject:   Re: IPv6 setup... 
Message-ID:  <20000313145836W.shin@nd.net.fujitsu.co.jp>
In-Reply-To: <5885.952925493@lychee.itojun.org>
References:  <20000313102208Z.shin@nd.net.fujitsu.co.jp> <5885.952925493@lychee.itojun.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> >  echo 24.113.25.85 | sed -e s/"\."/" "/g | awk '{$5 = $1*256 + $2; $6 = $3*256 + $4; printf "2002:%x:%x:\n", $5, $6}'
> >
> >Then it will print out first 6byte for your 6to4 prefix.
> 
> 	just checking.  from code inspection on cvsweb,
> 	- rc.network6 is called before performing nfs mounts.

I think this need to be done before nfs mount, because nfs
might also use IPv6 in the future.

> 	- awk and sed are in /usr
> 	so the above sentence disallows NFS-mounted /usr.  is it really okay
> 	to do?

Wmmm, on the first place, all of gifconfig, rtadvd, route6d,
pim6dd, pim6sd, are already under /usr....

This issue need to be resolved, but I think it can't be done
before 4.0. Maybe this become a known problem for 4.0?,

Yoshinobu Inoue



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000313145836W.shin>