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
..
ipforward.h
ipfwd_alloc.c
ipfwd_dropstats.c
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
Kconfig
Make.defs