Skip to content
GitLab
Menu
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
fca31329
Commit
fca31329
authored
Dec 07, 2012
by
Stephen Morris
Browse files
[2404] Minor changes as a result of review
parent
8f6903dc
Changes
2
Show whitespace changes
Inline
Side-by-side
src/lib/dhcp/duid.h
View file @
fca31329
...
...
@@ -91,6 +91,11 @@ public:
/// @brief Maximum size of a client ID
///
/// This is the same as the maximum size of the underlying DUID.
///
/// @note RFC 2131 does not specify an upper length of a client ID, the
/// value chosen here just being that of the underlying DUID. For
/// some backend database, there may be a possible (minor)
/// performance enhancement if this were smaller.
static
const
size_t
MAX_CLIENT_ID_LEN
=
DUID
::
MAX_DUID_LEN
;
/// @brief Constructor based on vector<uint8_t>
...
...
src/lib/dhcpsrv/mysql_lease_mgr.h
View file @
fca31329
...
...
@@ -110,7 +110,7 @@ public:
/// @brief Returns an IPv4 lease for specified IPv4 address
///
/// This method return a lease that is associated with a given address.
/// For other query types (by hardware addr, by
DU
ID) there can be
/// For other query types (by hardware addr, by
Client
ID) there can be
/// several leases in different subnets (e.g. for mobile clients that
/// got address in different subnets). However, for a single address
/// there can be only one lease, so this method returns a pointer to
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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