nuttx/net/nat
Zhe Weng 5a10367312 net/nat: Fix ICMP Error MSG Processing
1. Don't assert on IGMP inside ICMP, just ignore it.
2. Check we have full IP header inside ICMP payload before accessing it.
3. `inner_l4hdrbak` need to be `L4_MAXHDRLEN`, not `L4_MAXHDRLEN/2`.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-02-05 19:36:59 +08:00
..
CMakeLists.txt
ipv4_nat_entry.c
ipv4_nat.c net/nat: Fix ICMP Error MSG Processing 2024-02-05 19:36:59 +08:00
Kconfig
Make.defs
nat.h