Changeset 46427 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 7, 2013 6:29:17 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86262
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevINIP.cpp
r46426 r46427 321 321 netif_ip6_addr_set_state(netif, 0, IP6_ADDR_VALID); 322 322 netif->output_ip6 = ethip6_output; 323 # if LWIP_IPV6_AUTOCONFIG324 323 netif->ip6_autoconfig_enabled=1; 325 # endif326 324 LogFunc(("netif: ipv6:%RTnaipv6\n", &netif->ip6_addr[0].addr[0])); 327 325 netif->output = lwip_etharp_output;
Note:
See TracChangeset
for help on using the changeset viewer.