From 8fcac9284e9b02e093bc84637f8edfbcbcfc4f19 Mon Sep 17 00:00:00 2001 From: Xu Si Yu Date: Fri, 28 Feb 2025 18:44:43 +0800 Subject: [PATCH] feat(lwip): support cloning pbuf_ref when ipv6 forwarding; add unit tests [LWIP submodule changes]: git log --oneline 0a44efa1..ebabd6d7 Detailed description of the changes: - ip6: add some unit test cases for ip6 forwarding (esp-lwip@ebabd6d7) - ip6: clone the buf when forwarding a PBUF_REF packet (esp-lwip@adcd330e) --- components/lwip/lwip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/lwip b/components/lwip/lwip index 0a44efa10f..ebabd6d79c 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit 0a44efa10f21b8d53f9cc35f7e528643320b8128 +Subproject commit ebabd6d79c120c5d4415755aab1d908d8b5fa372