]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r257078
authorgrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Oct 2013 22:41:36 +0000 (22:41 +0000)
committergrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Oct 2013 22:41:36 +0000 (22:41 +0000)
commit70ec1434e9269ba75b83c2d27c9fc598c65efc56
tree8fc82455a725a14c034af7847a7b249feaaef272
parent56dbe00ffa8bde5c4245602721a8d162307f4876
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
   <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().

Approved by:  re (glebius)

git-svn-id: svn://svn.freebsd.org/base/stable/10@257285 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if_tap.c