]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't execute the code in in6_ifdetach() that removes the link-local
authortruckman <truckman@FreeBSD.org>
Sat, 10 Jan 2004 08:14:27 +0000 (08:14 +0000)
committertruckman <truckman@FreeBSD.org>
Sat, 10 Jan 2004 08:14:27 +0000 (08:14 +0000)
commit12dea7eecf9f3819c08c18ddb59322a965f59512
treeadf115f96d27623e6a1ebd66095664539263b05d
parenta48a902f6fb84764c5f082cfbf9d5a5f2d805113
Don't execute the code in in6_ifdetach() that removes the link-local
allnodes multicast route if the routing table has not been initialized.
This avoids a panic during boot if an interface detaches before the
routing table is initialized.

Submitted by: sam
sys/netinet6/in6_ifattach.c