Remove part of comment that doesn't match reality.

This commit is contained in:
Gleb Smirnoff 2019-01-09 00:38:16 +00:00
parent e5e1f58a87
commit 21ee61a6cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342870

View File

@ -2048,9 +2048,7 @@ ifa_ifwithnet(const struct sockaddr *addr, int ignore_ptp, int fibnum)
/*
* Scan though each interface, looking for ones that have addresses
* in this address family and the requested fib. Maintain a reference
* on ifa_maybe once we find one, as we release the IF_ADDR_RLOCK() that
* kept it stable when we move onto the next interface.
* in this address family and the requested fib.
*/
CK_STAILQ_FOREACH(ifp, &V_ifnet, if_link) {
if ((fibnum != RT_ALL_FIBS) && (ifp->if_fib != fibnum))