summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzy <[email protected]>2024-01-12 02:57:21 -0500
committerzy <[email protected]>2024-01-12 02:57:21 -0500
commit6a7fb797fd63bf19157223b531e8c66b46b6393b (patch)
treef28031f1c4066ae5afa297a540c1c2620c8baa87
parent8e8ab0aad66bbec27d722feb0077682a28c110a0 (diff)
LWIP_RAW IP_FORWARD and debug flag
-rw-r--r--src/lwipopts.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lwipopts.h b/src/lwipopts.h
index 5ddb269..1892cc7 100644
--- a/src/lwipopts.h
+++ b/src/lwipopts.h
@@ -79,6 +79,13 @@
#define LWIP_NETIF_LINK_CALLBACK 0
#define LWIP_NETIF_REMOVE_CALLBACK 0
+//raw
+#define LWIP_RAW 1
+#define RAW_DEBUG LWIP_DBG_ON
+#define ICMP_DEBUG LWIP_DBG_ON
+#define IP_DEBUG LWIP_DBG_ON
+//FORWARD
+#define IP_FORWARD 1
/*------------------------------------------------------------------------------
------------------------------------ Presets -----------------------------------
------------------------------------------------------------------------------*/