Changeset 107267 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 10, 2024 7:37:35 AM (6 weeks ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r106209 r107267 1952 1952 case NetworkAdapterType_ELNK2: pszNICType = "3C503"; break; 1953 1953 case NetworkAdapterType_ELNK1: pszNICType = "3C501"; break; 1954 case NetworkAdapterType_UsbNet: pszNICType = "usbnet"; break; 1954 1955 default: 1955 1956 AssertFailed(); -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r106384 r107267 1740 1740 CHECK_ERROR(nic, COMSETTER(AdapterType)(NetworkAdapterType_ELNK1)); 1741 1741 } 1742 else if (!RTStrICmp(ValueUnion.psz, "usbnet")) 1743 { 1744 CHECK_ERROR(nic, COMSETTER(AdapterType)(NetworkAdapterType_UsbNet)); 1745 } 1742 1746 else 1743 1747 {
Note:
See TracChangeset
for help on using the changeset viewer.