Changeset 79821 in vbox for trunk/src/VBox/NetworkServices/Dhcpd
- Timestamp:
- Jul 16, 2019 8:03:28 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132195
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp
r79820 r79821 1121 1121 a_rRetOpts << new OptSubnetMask(m_IPv4Netmask); 1122 1122 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 1123 1130 /* 1124 1131 * Try provide the requested options:
Note:
See TracChangeset
for help on using the changeset viewer.