VirtualBox

Changeset 18282 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2009 9:03:41 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45033
Message:

VBoxNetDHCP: Added 'none' as a trunk type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp

    r18036 r18282  
    733733                break;
    734734            case 'T':
    735                 if (!strcmp(Val.psz, "whatever"))
     735                if (!strcmp(Val.psz, "none"))
     736                    m_enmTrunkType = kIntNetTrunkType_None;
     737                else if (!strcmp(Val.psz, "whatever"))
    736738                    m_enmTrunkType = kIntNetTrunkType_WhateverNone;
    737739                else if (!strcmp(Val.psz, "netflt"))
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