Changeset 83188 in vbox
- Timestamp:
- Mar 3, 2020 7:16:11 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp
r83186 r83188 1308 1308 return false; 1309 1309 } 1310 /* @todo remove this debug hack that detects ARP from specific ping on development setup - pk */1310 /** @todo remove this debug hack that detects ARP from specific ping on development setup - pk */ 1311 1311 uint8_t src[6] = { 0xA8, 0x20, 0x66, 0x57, 0x50, 0x3C }; 1312 1312 uint8_t dst[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
Note:
See TracChangeset
for help on using the changeset viewer.