On Mon, Aug 21, 2023 at 07:26:54PM +0800, Tony He wrote: > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> 于2023年8月21日周一 18:29写道: [...] > > https://patchwork.ozlabs.org/project/netfilter-devel/patch/20230821101751.4083-1-pablo@xxxxxxxxxxxxx/ > > This patch works when the conntrack sessions are not many. When there are about > 300 sessions, another error "No buffer space available" is reported. > > Works when sessions are not many: > root@OpenWrt:~# ./conntrack -L -p tcp |wc -l > conntrack v1.4.7 (conntrack-tools): 204 flow entries have been shown. > 204 > root@OpenWrt:~# ./conntrack -U -p tcp -m 1 [...] > tcp 6 96 TIME_WAIT src=192.168.1.30 dst=10.40.9.83 sport=45714 > dport=80 packets=7 bytes=450 src=10.40.9.83 dst=10.40.9.165 sport=80 > dport=45714 packets=6 bytes=11265 [ASSURED] mark=1 use=2 > conntrack v1.4.7 (conntrack-tools): Operation failed: No buffer space available Another patch to fix this issue, thanks for reporting: https://patchwork.ozlabs.org/project/netfilter-devel/patch/20230821120105.29538-1-pablo@xxxxxxxxxxxxx/