From owner-freebsd-stable Mon Apr 15 3:58:40 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mgo.iij.ad.jp (mgo.iij.ad.jp [202.232.15.6]) by hub.freebsd.org (Postfix) with ESMTP id 0449F37B400 for ; Mon, 15 Apr 2002 03:58:35 -0700 (PDT) Received: from ns.iij.ad.jp (ns.iij.ad.jp [192.168.2.8]) by mgo.iij.ad.jp (8.8.8/MGO1.0) with ESMTP id TAA11010 for ; Mon, 15 Apr 2002 19:58:34 +0900 (JST) Received: from localhost (keiichi00.osaka.iij.ad.jp [192.168.65.65]) by ns.iij.ad.jp (8.8.5/3.5Wpl7) with ESMTP id TAA09824; Mon, 15 Apr 2002 19:58:34 +0900 (JST) Date: Mon, 15 Apr 2002 19:58:33 +0900 (JST) Message-Id: <20020415.195833.11672210.keiichi@iij.ad.jp> To: freebsd-stable@FreeBSD.ORG Subject: Re: What does this message mean - or how do I do this? From: Keiichi SHIMA / =?iso-2022-jp?B?GyRCRWc3RDBsGyhC?= In-Reply-To: <000901c1e461$041e74b0$1a6001cb@chalmers.com.au> References: <000901c1e461$041e74b0$1a6001cb@chalmers.com.au> X-Mailer: Mew version 3.0.55 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Robert" > 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 KAME Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message