K 10 svn:author V 6 grehan K 8 svn:date V 27 2013-10-24T22:21:31.853802Z K 7 svn:log V 311 Fix panic in the tap driver when a tap and vmnet interface were created after each other e.g. ifconfig tap0 ifconfig vmnet0 Appears to be a cut'n'paste error from the tap code to the vmnet code where the name string wasn't updated in the call to make_dev(). Reviewed by: glebius MFC after: 3 days END