lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #7409] IPv6 support for LwIP 1.4.0RC1


From: Bill Auerbach
Subject: [lwip-devel] [patch #7409] IPv6 support for LwIP 1.4.0RC1
Date: Fri, 27 May 2011 18:26:16 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Follow-up Comment #24, patch #7409 (project lwip):

Sorry, I'm trying different builds and things come up...

3 or 4 occurrences of pcb->isipv6 need changes to PCB_ISIPV6(pcb).

In ip.h the #else // IPv6 should be:


#define ipX_route_get_local_ipX(isipv6, src, dest, netif, ipXaddr) do { 
  (netif) = ipX_route(isipv6, src, dest); 
  (ipXaddr) = ip_netif_get_local_ipX(netif); 
}while(0)


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7409>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]