Changeset 46132 in vbox
- Timestamp:
- May 16, 2013 5:20:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevINIP.cpp
r45356 r46132 314 314 netif_ip6_addr_set_state(netif, 0, IP6_ADDR_VALID); 315 315 netif->output_ip6 = ethip6_output; 316 #if LWIP_IPV6_AUTOCONFIG 316 317 netif->ip6_autoconfig_enabled=1; 318 #endif 317 319 LogFunc(("netif: ipv6:%RTnaipv6\n", &netif->ip6_addr[0].addr[0])); 318 320 netif->output = lwip_etharp_output;
Note:
See TracChangeset
for help on using the changeset viewer.