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
Sebastian Schrader
Kea
Commits
ff432b18
Commit
ff432b18
authored
May 05, 2016
by
Tomek Mrugalski
🛰
Browse files
[master] Minor correction in doxygen comments.
Thanks to wpk for reporting this issue.
parent
3e7e0917
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/lease.h
View file @
ff432b18
...
...
@@ -29,10 +29,10 @@ struct Lease {
/// @brief Type of lease or pool
typedef
enum
{
TYPE_NA
=
0
,
/// the lease contains non-temporary IPv6 address
TYPE_TA
=
1
,
/// the lease contains temporary IPv6 address
TYPE_PD
=
2
,
/// the lease contains IPv6 prefix (for prefix delegation)
TYPE_V4
=
3
/// IPv4 lease
TYPE_NA
=
0
,
///
<
the lease contains non-temporary IPv6 address
TYPE_TA
=
1
,
///
<
the lease contains temporary IPv6 address
TYPE_PD
=
2
,
///
<
the lease contains IPv6 prefix (for prefix delegation)
TYPE_V4
=
3
///
<
IPv4 lease
}
Type
;
/// @brief returns text representation of a lease type
...
...
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