Changeset 106001 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Sep 10, 2024 11:15:32 AM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 164747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp
r98103 r106001 748 748 throw ConfigFileError(pElmOption, "Bad option name '%s': %Rrc", pszName, rc); 749 749 750 /* The op ional 'encoding' attribute: */750 /* The optional 'encoding' attribute: */ 751 751 uint32_t u32Enc = 0; /* XXX: DHCPOptionEncoding_Normal */ 752 752 const char *pszEncoding; … … 783 783 784 784 /** 785 * Internal worker for parsing \<ForcedOption\> and \<Sup ressedOption\> elements785 * Internal worker for parsing \<ForcedOption\> and \<SupcressedOption\> elements 786 786 * found under /DHCPServer/Options/, /DHCPServer/Group/ and /DHCPServer/Config/. 787 787 * … … 833 833 834 834 /* 835 * Forced and sup ressed options.835 * Forced and suppressed options. 836 836 */ 837 837 bool const fForced = pElmChild->nameEquals("ForcedOption"); … … 1171 1171 { 1172 1172 /* 1173 * The client typ cially requests a list of options. The list is subject to1174 * forced and sup ressed lists on each configuration level in a_rConfig. To1173 * The client typically requests a list of options. The list is subject to 1174 * forced and suppressed lists on each configuration level in a_rConfig. To 1175 1175 * efficiently manage it without resorting to maps, the current code 1176 1176 * assembles a C-style array of options on the stack that should be returned
Note:
See TracChangeset
for help on using the changeset viewer.