Changeset 82827 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 22, 2020 1:29:23 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135796
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp
r82826 r82827 1362 1362 return true; 1363 1363 1364 /* @todo Original combined unicast & multicast into one table. Should we distinguish? */1364 /** @todo Original combined unicast & multicast into one table. Should we distinguish? */ 1365 1365 1366 1366 for (uint16_t i = 0; i < pThis->cUnicastFilterMacs; i++)
Note:
See TracChangeset
for help on using the changeset viewer.