wengzhe opened a new pull request, #7269: URL: https://github.com/apache/incubator-nuttx/pull/7269
## Summary 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 <weng...@xiaomi.com> ## Impact Fix IPv4 forward logic when both IPv4 and IPv6 are enabled. ## Testing Locally tested, forwarding ICMP ECHO with more than one network device. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org