Changeset 83170 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Feb 27, 2020 10:10:47 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r83080 r83170 5828 5828 InsertConfigString(pLunL0, "Driver", "IntNet"); 5829 5829 InsertConfigNode(pLunL0, "Config", &pCfg); 5830 InsertConfigString(pCfg, "Network", BstrFmt("cloud-%ls", bstr ));5830 InsertConfigString(pCfg, "Network", BstrFmt("cloud-%ls", bstr.raw())); 5831 5831 InsertConfigInteger(pCfg, "TrunkType", kIntNetTrunkType_WhateverNone); 5832 5832 InsertConfigString(pCfg, "IfPolicyPromisc", pszPromiscuousGuestPolicy);
Note:
See TracChangeset
for help on using the changeset viewer.