As the nd6 mutex protects the lifetime of struct llinfo_nd6 ln,
authorbluhm <bluhm@openbsd.org>
Mon, 8 May 2023 11:47:52 +0000 (11:47 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 8 May 2023 11:47:52 +0000 (11:47 +0000)
commitb30bd431d71c48f173f46aeb683340796a60665c
tree5f8efa149aa66753fb8f53ecc79e9678c0239cfc
parent81678eb09038872a7c25bb7fa04f99a2082c4742
As the nd6 mutex protects the lifetime of struct llinfo_nd6 ln,
nd6_mtx must be held longer in nd6_rtrequest() case RTM_RESOLVE.
OK kn@
sys/netinet6/nd6.c