public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] function in6_selectroute fail
@ 2012-12-19  9:29 cyl cyl
  0 siblings, 0 replies; only message in thread
From: cyl cyl @ 2012-12-19  9:29 UTC (permalink / raw)
  To: eCos Users

Hello:
      I want to add ipv6 to my eth . Stack is bsd_tcpip,  I configured
"IPv6 support" and "Multicast routing support" and "Thread for IPv6
routing".
      I traced "sendto": bsd_sendit -> sosend -> udp6_send ->
udp6_output -> in6_selectsrc -> in6_selectif -> in6_selectroute.

      And found "in6_selectroute" (in6_src.c) returns error, errno is
EHOSTUNREACH.
		
                if (ro->ro_rt == NULL){
			error = EHOSTUNREACH;
		}

I don't know how to set v6 route for eth0 , does IPv6 routing thread
do this work ?

Thanks for anything .

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-19  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-19  9:29 [ECOS] function in6_selectroute fail cyl cyl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).