VirtualBox

Ignore:
Timestamp:
Jun 7, 2015 12:16:35 AM (10 years ago)
Author:
vboxsync
Message:

VBoxNetFlt-darwin: vboxNetFltDarwinSysSockUpcall - add a TODO comment
about link-local addresses. They are reported as KEV_INET6_NEW_LL_ADDR
first, when kernel autogenerates them, but later they are also
reported as KEV_INET6_NEW_USER_ADDR as well, after successful DAD, I
guess.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp

    r56266 r56267  
    15321532                    Log(("KEV_INET6_NEW_USER_ADDR %.*s%d: %RTnaipv6\n",
    15331533                         IFNAMSIZ, link->if_name, link->if_unit, pAddr));
     1534                    /*
     1535                     * XXX: TODO: link-local addresses are first
     1536                     * reported as KEV_INET6_NEW_LL_ADDR, but then are
     1537                     * also reported here too, after DAD, I guess.
     1538                     */
    15341539                    goto kev_inet6_new;
    15351540
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette