VirtualBox

Changeset 43422 in vbox


Ignore:
Timestamp:
Sep 25, 2012 7:10:53 AM (12 years ago)
Author:
vboxsync
Message:

VBoxManage: showvminfo --machinereadable: added a few missing items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r43421 r43422  
    11551155                    RTPrintf("cableconnected%d=\"%s\"\n", currentNIC + 1, fConnected ? "on" : "off");
    11561156                    RTPrintf("nic%d=\"%s\"\n", currentNIC + 1, strAttachment.c_str());
     1157                    RTPrintf("nictype%d=\"%s\"\n", currentNIC + 1, pszNICType);
     1158                    RTPrintf("nicspeed%d=\"%d\"\n", currentNIC + 1, ulLineSpeed);
    11571159                }
    11581160                else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette