Hello:
This patch was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Fri, 17 May 2024 09:03:27 +0800 you wrote:
Test arp_ndisc_untracked_subnets use tcpdump to filter the unsolicited and untracked na messages. It set -e before calling tcpdump. But if tcpdump filters 0 packet, it will return none zero, and cause the script to exit.
Instead of using slow tcpdump to capture packets, let's using tc rule to filter out the na message.
[...]
Here is the summary with links: - [PATCHv2,net] selftests/net: use tc rule to filter the na packet https://git.kernel.org/netdev/net/c/ea63ac142925
You are awesome, thank you!