Projet

Général

Profil

Télécharger (416 octets) Statistiques
| Branche: | Révision:

univnautes-tools / patches / stable / 10 / if_ethersubr.c.diff @ 4ab3b90b

1
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
2
index ea22d33..4b6dc80 100644
3
--- a/sys/net/if_ethersubr.c
4
+++ b/sys/net/if_ethersubr.c
5
@@ -926,8 +926,6 @@ ether_ifattach(struct ifnet *ifp, const u_int8_t *lla)
6
 	for (i = 0; i < ifp->if_addrlen; i++)
7
 		if (lla[i] != 0)
8
 			break; 
9
-	if (i != ifp->if_addrlen)
10
-		if_printf(ifp, "Ethernet address: %6D\n", lla, ":");
11
 
12
 	uuid_ether_add(LLADDR(sdl));
13
 }
(21-21/67)