1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Leave an extra comment about flowtable and IPv6 support rectifying a

previous comment.

MFC after:	1 week
This commit is contained in:
Bjoern A. Zeeb 2011-06-20 12:35:12 +00:00
parent 503e6682cd
commit b8b8e0c981
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223334

View File

@ -1189,6 +1189,7 @@ rtrequest1_fib(int req, struct rt_addrinfo *info, struct rtentry **ret_nrt,
rt0 = NULL; rt0 = NULL;
/* XXX /* XXX
* "flow-table" only support IPv4 at the moment. * "flow-table" only support IPv4 at the moment.
* XXX-BZ as of r205066 it would support IPv6.
*/ */
#ifdef INET #ifdef INET
if (dst->sa_family == AF_INET) { if (dst->sa_family == AF_INET) {