VirtualBox

Changeset 48288 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 5, 2013 2:14:22 AM (11 years ago)
Author:
vboxsync
Message:

VBoxNetLwipNAT::netifInit: it's Ethernet, so create ipv6 link-local
address using EUI-64 mapping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r48242 r48288  
    464464      | NETIF_FLAG_ETHERNET;             /* Lwip works with ethernet too */
    465465
    466     netif_create_ip6_linklocal_address(pNetif, 0);
     466    netif_create_ip6_linklocal_address(pNetif, /* :from_mac_48bit */ 1);
    467467    netif_ip6_addr_set_state(pNetif, 0, IP6_ADDR_VALID);
    468468    pNetif->output_ip6 = ethip6_output;
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