lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27157] Preprocessor definitions to exclude IPv6 sourc


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #27157] Preprocessor definitions to exclude IPv6 sources
Date: Mon, 03 Aug 2009 09:46:10 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1

Follow-up Comment #3, bug #27157 (project lwip):

Your patch ignores the fact that all the includes referring to the IP layer
(like #include "lwip/ip.h") have to include v4 *or* v6. Solving this via #if's
would require us to change all those lines to something like (#if IPv6
#include "bla" #else #include "blub" #endif) and would also break existing
makefiles.

I'm aware the current situation of IPv6 in lwIP is not optimal, but I
certainly don't want to have all those #if's around includfe directives.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?27157>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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