Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
e5cbe8ec
Commit
e5cbe8ec
authored
Oct 23, 2019
by
Francis Dupont
Committed by
Tomek Mrugalski
Oct 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[965-fix-doxygen-warnings] Fixed trivial doxygen warnings
parent
b227bcea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/lib/dhcpsrv/d2_client_cfg.h
src/lib/dhcpsrv/d2_client_cfg.h
+1
-1
src/lib/dhcpsrv/network.h
src/lib/dhcpsrv/network.h
+3
-3
src/lib/dhcpsrv/srv_config.h
src/lib/dhcpsrv/srv_config.h
+1
-1
No files found.
src/lib/dhcpsrv/d2_client_cfg.h
View file @
e5cbe8ec
...
...
@@ -235,7 +235,7 @@ operator<<(std::ostream& os, const D2ClientConfig& config);
/// @brief Defines a pointer for D2ClientConfig instances.
typedef
boost
::
shared_ptr
<
D2ClientConfig
>
D2ClientConfigPtr
;
/// @
B
rief Convenience container for conveying DDNS behaviorial parameters
/// @
b
rief Convenience container for conveying DDNS behaviorial parameters
/// It is intended to be populated per Packet exchange and passed into
/// functions that require them
struct
DdnsParams
{
...
...
src/lib/dhcpsrv/network.h
View file @
e5cbe8ec
...
...
@@ -532,7 +532,7 @@ public:
/// @brief Sets new ddns-send-updates
///
/// @param ddns_send_updates
_
New value to use.
/// @param ddns_send_updates New value to use.
void
setDdnsSendUpdates
(
const
util
::
Optional
<
bool
>&
ddns_send_updates
)
{
ddns_send_updates_
=
ddns_send_updates
;
}
...
...
@@ -564,7 +564,7 @@ public:
/// @brief Sets new ddns-override-client-update
///
/// @param ddns
-
override
-
client
-
update New value to use.
/// @param ddns
_
override
_
client
_
update New value to use.
void
setDdnsOverrideClientUpdate
(
const
util
::
Optional
<
bool
>&
ddns_override_client_update
)
{
ddns_override_client_update_
=
ddns_override_client_update
;
}
...
...
@@ -624,7 +624,7 @@ public:
/// @brief Sets new ddns-generated-prefix
///
/// @param ddns_generated
-
prefix New value to use.
/// @param ddns_generated
_
prefix New value to use.
void
setDdnsGeneratedPrefix
(
const
util
::
Optional
<
std
::
string
>&
ddns_generated_prefix
)
{
ddns_generated_prefix_
=
ddns_generated_prefix
;
}
...
...
src/lib/dhcpsrv/srv_config.h
View file @
e5cbe8ec
...
...
@@ -418,7 +418,7 @@ public:
/// - generated_prefix_ = scoped ddns-generated-prefix
/// - qualifying_suffix_ = scoped ddns-qualifying-suffix
///
/// @parm subnet Subnet for which DDNS parameters are desired.
/// @par
a
m subnet Subnet for which DDNS parameters are desired.
/// @return pointer to DddnParams instance
DdnsParamsPtr
getDdnsParams
(
const
Subnet
&
subnet
)
const
;
...
...
Write
Preview
Markdown
is supported
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