From: "Robert" <[EMAIL PROTECTED]>
> 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 <[EMAIL PROTECTED]>
KAME Project <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message