Changeset 48288 in vbox for trunk/src/VBox
- Timestamp:
- Sep 5, 2013 2:14:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r48242 r48288 464 464 | NETIF_FLAG_ETHERNET; /* Lwip works with ethernet too */ 465 465 466 netif_create_ip6_linklocal_address(pNetif, 0);466 netif_create_ip6_linklocal_address(pNetif, /* :from_mac_48bit */ 1); 467 467 netif_ip6_addr_set_state(pNetif, 0, IP6_ADDR_VALID); 468 468 pNetif->output_ip6 = ethip6_output;
Note:
See TracChangeset
for help on using the changeset viewer.