VirtualBox

Changeset 58763 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 19, 2015 10:34:18 AM (9 years ago)
Author:
vboxsync
Message:

Frontends/VBoxManage: fix copy/paste bug for showing the ipv6 prefix of a NAT network.

File:
1 edited

Legend:

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

    r57358 r58763  
    11551155                RTPrintf("IPv6 Enabled:   %s\n", fEnabled ? "Yes" : "No");
    11561156                Bstr ipv6prefix;
    1157                 net->COMGETTER(Network)(network.asOutParam());
     1157                net->COMGETTER(IPv6Prefix)(ipv6prefix.asOutParam());
    11581158                RTPrintf("IPv6 Prefix:    %ls\n", ipv6prefix.raw());
    11591159                net->COMGETTER(NeedDhcpServer)(&fEnabled);
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