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

Re: Cobalt installation




Apparently some (older?) linux versions have ipv6 but not a scope
id. Try this patch.

--- getifaddrs.c	2002/09/05 03:36:23	1.9
+++ getifaddrs.c	2003/10/25 08:35:43
@@ -189,10 +189,12 @@
     break;
   case AF_INET6:
     memcpy(&((struct sockaddr_in6*)sa)->sin6_addr, (char *)p, len);
+#if 0
     if (IN6_IS_ADDR_LINKLOCAL(p) ||
 	IN6_IS_ADDR_MC_LINKLOCAL(p)){
       ((struct sockaddr_in6*)sa)->sin6_scope_id = scopeid;
     }
+#endif
     break;
   case AF_PACKET:
     memcpy(((struct sockaddr_ll*)sa)->sll_addr, (char *)p, len);

> Also, the web site said this was a high volume list, but I've got 10
> messages since Monday, am I missing something?

irony: ... 2a: the use of words to express something other than and
esp. the opposite of the literal meaning

> Is there any archives anywhere?

http://www.stacken.kth.se/lists/heimdal-discuss/

/Johan