K 10 svn:author V 6 grehan K 8 svn:date V 27 2013-10-28T22:41:36.113818Z K 7 svn:log V 325 MFC r257078 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(). Approved by: re (glebius) END