]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commitdiff
Enable menu-based configuration of sockets and IPv6
authorSharan Santhanam <sharan.santhanam@neclab.eu>
Thu, 7 Jun 2018 13:50:56 +0000 (15:50 +0200)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Fri, 15 Jun 2018 01:20:50 +0000 (03:20 +0200)
Removes the hardcoded and enabled lwIP options for sockets and IPv6 that
actually can be configured using Config.uk

Signed-off-by: Sharan Santhanam <sharan.santhanam@neclab.eu>
include/lwipopts.h

index f5d380d8a634bab7a51b5e2591c1f749e389e4eb..4489eb31c01a3d69360fb8998c14139315871ebb 100644 (file)
@@ -12,8 +12,6 @@
 #include <inttypes.h>
 #include <uk/config.h>
 
-#define LWIP_SOCKET 1
-#define LWIP_IPV6 1
 #define SO_REUSE 1
 
 /*