From c8507718dad134713e1fde4e1557710419d2d8c8 Mon Sep 17 00:00:00 2001 From: bz Date: Fri, 10 Feb 2012 06:12:48 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.freebsd.org/base/stable/8@231340 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/net/route.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/route.c b/sys/net/route.c index 712c8d68e..fbbd9be28 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -1188,6 +1188,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) { -- 2.45.0