Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
591cbdb6
Commit
591cbdb6
authored
Dec 23, 2014
by
Tomek Mrugalski
🛰
Browse files
[3554] Doxygen clean-up.
parent
2662ac5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/cfg_mac_source.h
View file @
591cbdb6
...
...
@@ -37,14 +37,16 @@ class CfgMACSource {
/// @brief Attempts to convert known hardware address sources to uint32_t
///
/// Supported strings are: <br/>any => 0xffffffff<br/>
/// raw => 0x00000001<br/>
/// duid => 0x00000002<br/>
/// ipv6-link-local 0x00000004<br/>
/// client-link-addr-option, rfc6939 => 0x00000008<br/>
/// remote-id, rfc4649 => 0x00000010<br/>
/// subscriber-id, rfc4580 => 0x00000020<br/>
/// docsis => 0x00000040<br/>
/// Supported strings are: \li any => 0xffffffff
/// \li raw => 0x00000001
/// \li duid => 0x00000002
/// \li ipv6-link-local 0x00000004
/// \li client-link-addr-option, rfc6939 => 0x00000008
/// \li remote-id, rfc4649 => 0x00000010
/// \li subscriber-id, rfc4580 => 0x00000020
/// \li docsis => 0x00000040
///
/// For specific constants, see @ref isc::dhcp::HWAddr class.
///
/// @throw BadValue if specified string is unknown
/// @return bitmask version of a given method
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment