Date: Mon, 15 Apr 2002 19:36:20 +1000 From: "Robert" <robert@chalmers.com.au> To: <freebsd-stable@freebsd.org> Subject: What does this message mean - or how do I do this? Message-ID: <000901c1e461$041e74b0$1a6001cb@chalmers.com.au>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901c1e461$041e74b0$1a6001cb>