summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-06-20 12:35:12 +0000
committerbz <bz@FreeBSD.org>2011-06-20 12:35:12 +0000
commit98020d5ece0425bf8de3c55c67dec0bfbb94d8f7 (patch)
tree0f52a07a9c4f8aa04d170bae998335c3cf0ba7b9 /sys/net
parentf892d9414af8b47d6971e28906e6f4e5470219b9 (diff)
downloadFreeBSD-src-98020d5ece0425bf8de3c55c67dec0bfbb94d8f7.zip
FreeBSD-src-98020d5ece0425bf8de3c55c67dec0bfbb94d8f7.tar.gz
Leave an extra comment about flowtable and IPv6 support rectifying a
previous comment. MFC after: 1 week
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/route.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index a41efa9..a6f910e 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1189,6 +1189,7 @@ rtrequest1_fib(int req, struct rt_addrinfo *info, struct rtentry **ret_nrt,
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) {
OpenPOWER on IntegriCloud