Changeset 22345 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 19, 2009 1:01:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r22338 r22345 2695 2695 const char *pszTrunk = szTrunkName; 2696 2696 2697 2698 /* TODO: set the proper Trunk and Network values, currently the driver uses the first adapter instance */2699 2697 rc = CFGMR3InsertInteger(pCfg, "TrunkType", kIntNetTrunkType_NetAdp); RC_CHECK(); 2700 2698 rc = CFGMR3InsertString(pCfg, "Trunk", pszTrunk); RC_CHECK();
Note:
See TracChangeset
for help on using the changeset viewer.