Hello:
This patch was applied to netdev/net.git (master) by Paolo Abeni pabeni@redhat.com:
On Mon, 30 May 2022 10:14:14 +0000 you wrote:
RFC 9131 changes default behaviour of handling RX of NA messages when the corresponding entry is absent in the neighbour cache. The current implementation is limited to accept just unsolicited NAs. However, the RFC is more generic where it also accepts solicited NAs. Both types should result in adding a STALE entry for this case.
Expand accept_untracked_na behaviour to also accept solicited NAs to be compliant with the RFC and rename the sysctl knob to accept_untracked_na.
[...]
Here is the summary with links: - [net,v3] net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_na https://git.kernel.org/netdev/net/c/3e0b8f529c10
You are awesome, thank you!