Date: Fri, 24 Apr 2009 08:16:25 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 161021 for review Message-ID: <200904240816.n3O8GPSH068012@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=161021 Change 161021 by zec@zec_tpx32 on 2009/04/24 08:16:12 Clarify a comment. Affected files ... .. //depot/projects/vimage-commit/src/sys/netgraph/ng_ether.c#11 edit Differences ... ==== //depot/projects/vimage-commit/src/sys/netgraph/ng_ether.c#11 (text+ko) ==== @@ -302,7 +302,8 @@ * Do not create / attach an ether node to this ifnet if * a netgraph node with the same name already exists. * This should prevent ether nodes to become attached to - * eiface nodes, which is pointless. + * eiface nodes, which may be problematic due to naming + * clashes. */ if ((node = ng_name2noderef(NULL, ifp->if_xname)) != NULL) { NG_NODE_UNREF(node);help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904240816.n3O8GPSH068012>
