Module Name: src Committed By: roy Date: Thu Jun 20 13:56:29 UTC 2013
Modified Files: src/sys/dev/mii: mii_physubr.c src/sys/net: if.c src/sys/netinet6: in6.c in6.h nd6_rtr.c Log Message: Move the detaching and making tentative addresses out if in6_if_up and into in6_if_link_up. This fixes a possible panic where link is up but not the interface. Note that a better solution would be to listen to the routing socket in the kernel, but I don't know how to do that. Reachable Router tests for IFF_UP as well. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/mii/mii_physubr.c cvs rdiff -u -r1.263 -r1.264 src/sys/net/if.c cvs rdiff -u -r1.164 -r1.165 src/sys/netinet6/in6.c cvs rdiff -u -r1.72 -r1.73 src/sys/netinet6/in6.h cvs rdiff -u -r1.88 -r1.89 src/sys/netinet6/nd6_rtr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.