Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2012 06:12:48 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r231340 - stable/8/sys/net
Message-ID:  <201202100612.q1A6Cmin056867@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Fri Feb 10 06:12:48 2012
New Revision: 231340
URL: http://svn.freebsd.org/changeset/base/231340

Log:
  MFC r223334:
  
   Leave an extra comment about flowtable and IPv6 support rectifying a
   previous comment (r206024 in stable/8) to not forget things here in the
   future as well and merge the changes without conflicts.

Modified:
  stable/8/sys/net/route.c
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/net/route.c
==============================================================================
--- stable/8/sys/net/route.c	Fri Feb 10 06:06:30 2012	(r231339)
+++ stable/8/sys/net/route.c	Fri Feb 10 06:12:48 2012	(r231340)
@@ -1188,6 +1188,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?201202100612.q1A6Cmin056867>