K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-04-23T19:29:45.751816Z K 7 svn:log V 324 Two ifnet misuse fixes for if_nve: (1) Don't manually configure if_output(), ether_ifattach() will do that for us as part of link-layer setup. (2) Call if_detach() before stopping nve in order to prevent calls into the device driver after the driver has started shutting down. Reviewed by: jhb MFC after: 2 weeks END