Changeset 17609 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 10, 2009 9:58:51 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44084
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/NetworkAdapterImpl.cpp
r17608 r17609 942 942 } 943 943 else 944 if (!(attachmentNode = aAdapterNode.findKey ("HostOnlyNetwork")).isNull()) 944 if (!(attachmentNode = aAdapterNode.findKey ("HostOnlyNetwork")).isNull() 945 || !(attachmentNode = aAdapterNode.findKey ("HostOnlyInterface")).isNull()) 945 946 { 946 947 #if defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT) … … 1051 1052 case NetworkAttachmentType_HostOnly: 1052 1053 { 1053 Key attachmentNode = aAdapterNode.createKey ("HostOnly Network");1054 Key attachmentNode = aAdapterNode.createKey ("HostOnlyInterface"); 1054 1055 #if defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT) 1055 1056 Assert (!mData->mHostInterface.isNull()); -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r17608 r17609 624 624 </xsd:complexType> 625 625 </xsd:element> 626 <xsd:element name="HostOnlyInterface"> 627 <xsd:complexType> 628 <xsd:attribute name="name" type="xsd:string" use="optional"/> 629 </xsd:complexType> 630 </xsd:element> 626 631 </xsd:choice> 627 632 <xsd:attribute name="type" type="TNetworkAdapterType" default="Am79C970A"/>
Note:
See TracChangeset
for help on using the changeset viewer.