Is this a typo in if_tap.c?

From: David Xu <davidxu_at_freebsd.org>
Date: Thu, 22 Nov 2012 17:39:32 +0800
When I was trying to create a second tap device, kernel crashed.
Is this patch correct ?


Index: sys/net/if_tap.c
===================================================================
--- sys/net/if_tap.c	(revision 243397)
+++ sys/net/if_tap.c	(working copy)
_at__at_ -186,7 +186,7 _at__at_
  	/* Find any existing device, or allocate new unit number. */
  	i = clone_create(&tapclones, &tap_cdevsw, &unit, &dev, 0);
  	if (i) {
-		dev = make_dev(&tap_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600,
+		dev = make_dev(&tap_cdevsw, unit, UID_ROOT, GID_WHEEL, 0600,
  		    "%s%d", tapname, unit);
  	}
Received on Thu Nov 22 2012 - 08:39:21 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:32 UTC