PERFORCE change 161021 for review

Marko Zec zec at FreeBSD.org
Fri Apr 24 08:16:26 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=161021

Change 161021 by zec at 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);


More information about the p4-projects mailing list