Changeset 50447 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Feb 13, 2014 1:42:17 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92256
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r50380 r50447 3 3 <!-- 4 4 5 Copyright (C) 2006-201 3Oracle Corporation5 Copyright (C) 2006-2014 Oracle Corporation 6 6 7 7 This file is part of VirtualBox Open Source Edition (OSE), as … … 2826 2826 needed for typical VMs.</desc> 2827 2827 </const> 2828 <const name="StripAllMACs" value="3"> 2829 <desc>Do not export any MAC address information. Default is to keep them 2830 to avoid losing information which can cause trouble after import, at the 2831 price of risking duplicate MAC addresses, if the import options are used 2832 to keep them.</desc> 2833 </const> 2834 <const name="StripAllNonNATMACs" value="4"> 2835 <desc>Do not export any MAC address information, except for adapters 2836 using NAT. Default is to keep them to avoid losing information which can 2837 cause trouble after import, at the price of risking duplicate MAC 2838 addresses, if the import options are used to keep them.</desc> 2839 </const> 2828 2840 2829 2841 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.