VirtualBox

Changeset 46132 in vbox


Ignore:
Timestamp:
May 16, 2013 5:20:36 PM (12 years ago)
Author:
vboxsync
Message:

Access netif::ip6_autoconfig_enabled only #if LWIP_IPV6_AUTOCONFIG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevINIP.cpp

    r45356 r46132  
    314314    netif_ip6_addr_set_state(netif, 0, IP6_ADDR_VALID);
    315315    netif->output_ip6 = ethip6_output;
     316#if LWIP_IPV6_AUTOCONFIG
    316317    netif->ip6_autoconfig_enabled=1;
     318#endif
    317319    LogFunc(("netif: ipv6:%RTnaipv6\n", &netif->ip6_addr[0].addr[0]));
    318320    netif->output = lwip_etharp_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