VirtualBox

Changeset 18000 in vbox


Ignore:
Timestamp:
Mar 17, 2009 9:06:51 AM (16 years ago)
Author:
vboxsync
Message:

IPv6 remove bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp

    r17996 r18000  
    464464    CheckComRCReturnRC (autoCaller.rc());
    465465
    466     if (aIPV6MaskPrefixLength == 0)
    467         aIPV6MaskPrefixLength = 64;
    468466    int rc = S_OK;
    469467    if (m.IPV6Address != aIPV6Address || m.IPV6NetworkMaskPrefixLength != aIPV6MaskPrefixLength)
     468    {
     469        if (aIPV6MaskPrefixLength == 0)
     470            aIPV6MaskPrefixLength = 64;
    470471        rc = NetIfEnableStaticIpConfigV6(mVBox, this, m.IPV6Address, aIPV6Address, aIPV6MaskPrefixLength);
     472    }
    471473    if (RT_FAILURE(rc))
    472474    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette