Acquire the nd6 lock in the prefix list sysctl handler.
authormarkj <markj@FreeBSD.org>
Mon, 23 May 2016 20:15:08 +0000 (20:15 +0000)
committermarkj <markj@FreeBSD.org>
Mon, 23 May 2016 20:15:08 +0000 (20:15 +0000)
commit86c15ee95be472ad4c660cb88e5d2b7e7821db5d
treeb67802e40793bf785532d6b68ca4fd4903e84e8e
parentfa8c81268ac25d9e16157670de4dd18f3cd4808c
Acquire the nd6 lock in the prefix list sysctl handler.

The nd6 lock will be used to synchronize access to the NDP prefix list.

MFC after: 2 weeks
Tested by: Jason Wolfe (as part of a larger change)
sys/netinet6/nd6.c