Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2011 12:35:12 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223334 - head/sys/net
Message-ID:  <201106201235.p5KCZCMb049991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106201235.p5KCZCMb049991>