mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
* IFF_NOSRC_FORWARD: Controls whether device prohibits forwarding packets inputs * IFF_NODST_FORWARD: Controls whether device prohibits forwarding packets outputs This allows users to selectively enable/disable forwarding on specific devices, improving network flexibility and security. Signed-off-by: zhaohaiyang1 <zhaohaiyang1@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ipforward.h | ||
| ipfwd_alloc.c | ||
| ipfwd_dropstats.c | ||
| ipfwd_forward.c | ||
| ipfwd_poll.c | ||
| ipv4_forward.c | ||
| ipv6_forward.c | ||
| Kconfig | ||
| Make.defs | ||