incubator-nuttx/net/ipforward
wengzhe 6b7fe6ea8e net/ipforward: fix typo in ipv4_dev_forward
f_domain is used to determine protocol family when CONFIG_NET_IPv4 and CONFIG_NET_IPv6 are both defined, but not correctly used in ipv4_dev_forward because of typo (there's not a config named CONFIG_NET_IPv5) which may cause IPv4 packets to be forwarded as IPv6.

Signed-off-by: wengzhe <wengzhe@xiaomi.com>
2022-10-10 19:31:39 +08:00
..
Kconfig
Make.defs Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
ipforward.h net: Remove devif_timer from comment 2022-06-07 20:15:41 +03:00
ipfwd_alloc.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
ipfwd_dropstats.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
ipfwd_forward.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
ipfwd_poll.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
ipv4_forward.c net/ipforward: fix typo in ipv4_dev_forward 2022-10-10 19:31:39 +08:00
ipv6_forward.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00