svn commit: r223334 - head/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jun 20 12:35:12 UTC 2011


Author: bz
Date: Mon Jun 20 12:35:12 2011
New Revision: 223334
URL: http://svn.freebsd.org/changeset/base/223334

Log:
  Leave an extra comment about flowtable and IPv6 support rectifying a
  previous comment.
  
  MFC after:	1 week

Modified:
  head/sys/net/route.c

Modified: head/sys/net/route.c
==============================================================================
--- head/sys/net/route.c	Mon Jun 20 12:32:59 2011	(r223333)
+++ head/sys/net/route.c	Mon Jun 20 12:35:12 2011	(r223334)
@@ -1189,6 +1189,7 @@ rtrequest1_fib(int req, struct rt_addrin
 		rt0 = NULL;
 		/* XXX
 		 * "flow-table" only support IPv4 at the moment.
+		 * XXX-BZ as of r205066 it would support IPv6.
 		 */
 #ifdef INET
 		if (dst->sa_family == AF_INET) {


More information about the svn-src-all mailing list