[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00618) Re: problems with usagi-kernel
>> "ff02::1%interface"). the address ff02::1 itself is ambiguous to
>> the kernel.
>Is it mandatory to specify interface?
I believe it is. if the user specifies nothing, it is indeed ambiguous
to the kernel. the user can see unexpected results, if the user thinks
differently from the kernel.
>What would be happend if we didn't specify an interface?
the following stories are just for KAME kernel. not sure if it is
the right thing to do. i guess not...
- if there's no special configuration, it will follow the routing table.
in most cases, it would follow the IPv6 default route, and goes out
from the default outgoing interface.
itojun