K 10 svn:author V 5 markj K 8 svn:date V 27 2016-03-29T19:23:00.454485Z K 7 svn:log V 338 Modify nd6_llinfo_timer() to acquire the nd6 lock before the LLE lock. When expiring a neighbour cache entry we may need to look up the associated default router, which requires the nd6 read lock. To avoid an LOR, the nd6 lock should be acquired first. X-MFC-With: r296063 Tested by: Larry Rosenman (previous revision) END