Changeset 63288 in vbox for trunk/src/VBox/Devices/Network/lwip-new
- Timestamp:
- Aug 10, 2016 3:13:44 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109921
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/src/netif/etharp.c
r63287 r63288 756 756 if (ip_addr_isany(&netif->ip_addr)) { 757 757 for_us = 0; 758 #if def VBOX&& ARP_PROXY758 #if defined(VBOX) && ARP_PROXY 759 759 proxy = 0; /* Shup up MSC. */ 760 760 #endif
Note:
See TracChangeset
for help on using the changeset viewer.