mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Leave an extra comment about flowtable and IPv6 support rectifying a
previous comment. MFC after: 1 week
This commit is contained in:
parent
503e6682cd
commit
b8b8e0c981
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223334
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user