mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
NAT66 needs transport headers to create or match address and port mappings. Consume IPv6 fragments through local reassembly before NAT66 processing so forwarded fragmented traffic is not translated fragment-by-fragment without L4 context. Also dispatch inbound NAT66 using the parsed IPv6 next-header value, matching the outbound path and allowing packets with extension headers before the transport header to be translated. Signed-off-by: shichunma <shichunma@bestechnic.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ipv4_nat.c | ||
| ipv4_nat_entry.c | ||
| ipv6_nat.c | ||
| ipv6_nat_entry.c | ||
| Kconfig | ||
| Make.defs | ||
| nat.c | ||
| nat.h | ||