VirtualBox

Ignore:
Timestamp:
Jul 16, 2019 8:03:28 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132195
Message:

Dhcpd: Added three TODOs regarding option handling. bugref:9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp

    r79820 r79821  
    11211121    a_rRetOpts << new OptSubnetMask(m_IPv4Netmask);
    11221122
     1123    /** @todo If a_rReqOpts is not present, provide the sum of all options in
     1124     *        a_rConfigs like ics says it does. */
     1125    /** @todo Look thru a_rConfigs for forced options, maybe we do it by using
     1126     *        DHCP option 55, and merging these into a_rReqOpts. */
     1127    /** @todo Have a way to mute options, i.e. break out of the inner search
     1128     *        loop below. Maybe using 'Suppress' encoding? */
     1129
    11231130    /*
    11241131     * Try provide the requested options:
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