VirtualBox

Ignore:
Timestamp:
Feb 13, 2014 1:42:17 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92256
Message:

Main/Appliance: new options for suppressing MAC addresses on export
Frontends/VBoxManage: add support for the new options
doc/manual: document the new feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r50380 r50447  
    33<!--
    44
    5     Copyright (C) 2006-2013 Oracle Corporation
     5    Copyright (C) 2006-2014 Oracle Corporation
    66
    77    This file is part of VirtualBox Open Source Edition (OSE), as
     
    28262826      needed for typical VMs.</desc>
    28272827    </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>
    28282840
    28292841  </enum>
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