VirtualBox

Changeset 79774 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 14, 2019 9:32:22 PM (5 years ago)
Author:
vboxsync
Message:

Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces and reworked the VBoxMAnage dhcpserver add/modify commands to support groups, fixed address assignments, setting lease times, removing group and individaul configurations, ++. todo: update man page. [fix?] bugref:9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp

    r79771 r79774  
    382382        {
    383383            case DHCPConfigScope_Group:
     384            {
    384385                for (Data::GroupConfigIterator it = m->groupConfigs.begin(); it != m->groupConfigs.end();)
    385386                {
     
    394395                }
    395396                break;
     397            }
    396398
    397399            case DHCPConfigScope_MAC:
    398400            case DHCPConfigScope_MachineNIC:
     401            {
    399402                for (Data::IndividualConfigIterator it = m->individualConfigs.begin(); it != m->individualConfigs.end();)
    400403                {
     
    409412                }
    410413                break;
     414            }
    411415
    412416            default:
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