mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 21:03:15 +08: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>