VirtualBox

Changeset 48405 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 10, 2013 12:22:17 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88843
Message:

NAT/Loopback mapping: changes semantically unrelated symbol ";" with more expressive "=" for map opperation.

VBoxManage natnework modify -t nat-test-1 -l "127.0.1.3=8"

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r48298 r48405  
    14321432    </attribute>
    14331433    <attribute name="localMappings" type="wstring" readonly="yes" safearray="yes">
    1434       <desc>Array of mappings (address,offset),e.g. ("127.0.1.1;4") maps 127.0.1.1 to networkid + 4.
     1434      <desc>Array of mappings (address,offset),e.g. ("127.0.1.1=4") maps 127.0.1.1 to networkid + 4.
    14351435      </desc>
    14361436    </attribute>
  • trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp

    r48379 r48405  
    521521         it != m->llNATLoopbackOffsetList.end(); ++it, ++i)
    522522      {
    523           BstrFmt bstr("%s;%d",
     523          BstrFmt bstr("%s=%d",
    524524                       (*it).strLoopbackHostAddress.c_str(),
    525525                       (*it).u32Offset);
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