6447667 panic in getmacaddr_gldv3() during netinstall of multi-interface system
authorseb
Tue, 11 Jul 2006 12:20:23 -0700
changeset 2343 9683decad5a1
parent 2342 9e6bcc1df4bd
child 2344 83ae3b63efc1
6447667 panic in getmacaddr_gldv3() during netinstall of multi-interface system
usr/src/uts/common/io/strplumb.c
--- a/usr/src/uts/common/io/strplumb.c	Tue Jul 11 11:51:48 2006 -0700
+++ b/usr/src/uts/common/io/strplumb.c	Tue Jul 11 12:20:23 2006 -0700
@@ -2,9 +2,8 @@
  * CDDL HEADER START
  *
  * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
  *
  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  * or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -770,7 +769,7 @@
 	uchar_t *macaddr;
 
 	(void) snprintf(ifname, sizeof (ifname), "%s%d", drv, inst);
-	if (mac_open(ifname, 0, &mh) < 0) {
+	if (mac_open(ifname, inst, &mh) < 0) {
 		return (NULL);
 	}
 	*maclenp = sizeof (struct ether_addr);