On Tue, May 08, 2018 at 10:26:02PM +0100, Michael-John Turner wrote: > panic: kernel diagnostic assertion "!ISSET(rt->rt_flags, RTF_LOCAL)" failed: > file "/usr/src/sys/netinet6/nd6.c", line 725
I have added this diagnostic assertion during 6.3 developemnt. When an IPv6 neigbor discovery timeout occurs, the kernel tries to remove the NDP entry. It is stored in the routing table. The problem is that this NDP route suddenly has a locally configured address. To find out what is going on, more information is necessary. Could you provide output of: netstat -rn -f inet6 ndp -an ifconfig -a Is the system changing interface addresses or routes during normal operation? Which network protocols and interfaces do use? carp, vlan, mpls,...? bluhm
