Changeset 25277 in vbox
- Timestamp:
- Dec 9, 2009 4:35:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r25276 r25277 1526 1526 } 1527 1527 slirp_arp_cache_add(pData, *(uint32_t *)ah->ar_tip, &eh->h_dest[0]); 1528 /* good opportunity to activate port-forwarding on address (self)asignment*/1529 if (pData->cRedirectionsActive != pData->cRedirectionsStored)1530 activate_port_forwarding(pData, eh->h_source);1531 1528 } 1532 1529 break; … … 1539 1536 } 1540 1537 slirp_arp_cache_add(pData, *(uint32_t *)ah->ar_sip, ah->ar_sha); 1541 /* after/save restore we need up port forwarding again */1542 if (pData->cRedirectionsActive != pData->cRedirectionsStored)1543 activate_port_forwarding(pData, eh->h_source);1544 1538 m_free(pData, m); 1545 1539 break;
Note:
See TracChangeset
for help on using the changeset viewer.