[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 00615) Re: problems with usagi-kernel



>But I have a other question:
>If I try to ping all IPv6 nodes at the network I do 'ping6 ff02::1'
>It works at bsd/kame systems but the linux/usagi ping6 reports
>usagi/ping6/ping6 ff02::1
>ping6: connect: Invalid argument

	even for KAME stack, you have to specify the outgoing interface by
	"ping6 -I interface" (or outgoing scope identifier by
	"ff02::1%interface").  the address ff02::1 itself is ambiguous to
	the kernel.

itojun