From owner-freebsd-stable Mon Apr 15 2:34: 3 2002 Delivered-To: freebsd-stable@freebsd.org Received: from nanguo.chalmers.com.au (nanguo.chalmers.com.au [203.1.96.5]) by hub.freebsd.org (Postfix) with ESMTP id 8B34437B428 for ; Mon, 15 Apr 2002 02:33:44 -0700 (PDT) Received: from carbon (carbon.chalmers.com.au [203.1.96.26]) by nanguo.chalmers.com.au (8.12.3/8.12.3) with SMTP id g3F9abdv001430 for ; Mon, 15 Apr 2002 19:36:45 +1000 (EST) (envelope-from robert@chalmers.com.au) X-Authentication-Warning: nanguo.chalmers.com.au: Host carbon.chalmers.com.au [203.1.96.26] claimed to be carbon Message-ID: <000901c1e461$041e74b0$1a6001cb@chalmers.com.au> From: "Robert" To: Subject: What does this message mean - or how do I do this? Date: Mon, 15 Apr 2002 19:36:20 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 I havea message just popped up when starting IPv6, on (FreeBSD 4.5-STABLE #36) /kernel: prefix ioctls are now invalidated, please use ifconfig. 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. Thanks Robert --- Quantum Radio: World Music with a difference. http://quantum-radio.net/ Now Playing: Johann Pachelbel - Canon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message