svn commit: r231340 - stable/8/sys/net
Bjoern A. Zeeb
bz at FreeBSD.org
Fri Feb 10 06:12:48 UTC 2012
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) {
More information about the svn-src-stable
mailing list