HomeFreeBSD

Fix panic in the tap driver when a tap and vmnet interface were
rS257078Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Fix panic in the tap driver when a tap and vmnet interface were
created after each other e.g.

ifconfig tap0
ifconfig vmnet0
<panic>

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

Details

Provenance
grehanAuthored on
Parents
rS257077: Cleanup empty directories
Branches
Unknown
Tags
Unknown

Event Timeline