Changeset 22597 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 31, 2009 12:01:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r22576 r22597 1452 1452 memcpy(m->m_data, pkt, pkt_len); 1453 1453 1454 #if 01454 #if 1 1455 1455 if (pData->port_forwarding_activated == 0) 1456 1456 activate_port_forwarding(pData, mtod(m, struct ethhdr *)); … … 1580 1580 guest_addr = find_guest_ip(pData, ethdr->h_source); 1581 1581 #else 1582 #if 0 1582 1583 if (memcmp(client_ethaddr, ethdr->h_source, ETH_ALEN) != 0) 1583 1584 continue; 1585 #endif 1584 1586 guest_addr = find_guest_ip(pData, ethdr->h_source); 1585 1587 #endif
Note:
See TracChangeset
for help on using the changeset viewer.