VirtualBox

Changeset 79847 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 17, 2019 9:20:04 PM (5 years ago)
Author:
vboxsync
Message:

Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that replaced the incorrectly cased DhcpOpt enum in new APIs. Adjusted and documented each and every option and its format as best as I could. Also added two new attributes to IDHCPConfig, one for supressing options (from higher up the configuration scope) and one for forcing unsolicited options on a client. These attributes have not yet been pushed down to Dhcpd. [build fix] bugref:9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r79778 r79847  
    813813        RTPrintf("    maxLeaseTime:     %u sec\n", secs);
    814814
    815     com::SafeArray<DhcpOpt_T>            Options;
     815    com::SafeArray<DHCPOption_T>         Options;
    816816    com::SafeArray<DHCPOptionEncoding_T> Encodings;
    817817    com::SafeArray<BSTR>                 Values;
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