VirtualBox

Changeset 70628 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 18, 2018 12:09:41 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120352
Message:

Main/Networking: Anything else but LUN#0 is not supported yet in i_configNetwork().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r70606 r70628  
    49544954            AssertLogRelRCReturn(rc, rc);
    49554955
    4956             /* nuke anything which might have been left behind. */
     4956            /* Nuke anything which might have been left behind. */
    49574957            CFGMR3RemoveNode(CFGMR3GetChildF(pInst, "LUN#%u", uLun));
    49584958        }
     
    49694969#endif /* VBOX_WITH_NETSHAPER */
    49704970
    4971         Utf8Str strNetDriver;
    4972 
    4973 
    4974         InsertConfigNode(pInst, "LUN#0", &pLunL0);
     4971        AssertMsg(uLun == 0, ("Network attachments with LUN > 0 are not supported yet\n"));
     4972        CFGMR3InsertNodeF(pInst, &pLunL0, "LUN#%u", uLun);
    49754973
    49764974#ifdef VBOX_WITH_NETSHAPER
Note: See TracChangeset for help on using the changeset viewer.

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