nuttx/net/netfilter
zhanghongyu 244ddfcc2c net/netfilter: fix match name for UDP in ipt_filter
In both convert_ipv4entry() and convert_ipv6entry(), the IPPROTO_UDP
case was incorrectly comparing against XT_MATCH_NAME_TCP instead of
XT_MATCH_NAME_UDP. This caused UDP filter rules to never match.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-04-13 08:46:57 -03:00
..
CMakeLists.txt
ip6t_sockopt.c
ipt_filter.c
ipt_nat.c
ipt_sockopt.c
iptables.h
Kconfig
Make.defs