K 10 svn:author V 5 markj K 8 svn:date V 27 2016-12-19T19:21:28.142037Z K 7 svn:log V 262 Remove a bogus KASSERT from nd6_prefix_unlink(). The caller may unlink a prefix before purging referencing addresses. An identical assertion in nd6_prefix_del() verifies that the addresses are purged before the prefix is freed. PR: 215372 X-MFC With: r306829 END