From 98020d5ece0425bf8de3c55c67dec0bfbb94d8f7 Mon Sep 17 00:00:00 2001 From: bz Date: Mon, 20 Jun 2011 12:35:12 +0000 Subject: Leave an extra comment about flowtable and IPv6 support rectifying a previous comment. MFC after: 1 week --- sys/net/route.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/net') 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) { -- cgit v1.1