Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 19:58:33 +0900 (JST)
From:      Keiichi SHIMA / =?iso-2022-jp?B?GyRCRWc3RDBsGyhC?= <keiichi@iij.ad.jp>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: What does this message mean - or how do I do this?
Message-ID:  <20020415.195833.11672210.keiichi@iij.ad.jp>
In-Reply-To: <000901c1e461$041e74b0$1a6001cb@chalmers.com.au>
References:  <000901c1e461$041e74b0$1a6001cb@chalmers.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Robert" <robert@chalmers.com.au>

> I havea message just popped up when starting IPv6,  on  (FreeBSD 4.5-STABLE
> #36)
> 
> /kernel: prefix ioctls are now invalidated, please use ifconfig.

It seems that FreeBSD 4.5-STABLE doesn't use prefix command in its
pre-installed scripts.  Also, the partial code you have quoted in the
previous mail apparently doesn't use prefix command.  I think the
message above is generated from some other part.  What is the original
program of the following quoted code ?


> The code that generated
> it..........................................................................
> .
> # start:
> if ( $ARGV[0] eq "start" ) {
>         run("ifconfig stf0 inet6 $localadr6:$hostbits6 prefixlen
> $v6_prefixlen alias");
>         run("route add -inet6 default $remoteadr6");
>         if ($in_if ne "") {
>             run("ifconfig $in_if inet6 $prefix:$v6_innernet:$hostbits6");
>         }
> }
> ............................................................................
> .....................................
> 
> It looks to me like it actually is using ifconfig ??? but obviously I'm
> missing something.

---
Keiichi SHIMA
IIJ Research Laboratory <keiichi@iij.ad.jp>
KAME Project <keiichi@kame.net>

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




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