Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
fc6c1b27
Commit
fc6c1b27
authored
Dec 11, 2018
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[339-doxygen-errors] doxygen fixes
parent
ec099364
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/dhcpsrv/network.h
src/lib/dhcpsrv/network.h
+1
-1
src/lib/dhcpsrv/srv_config.h
src/lib/dhcpsrv/srv_config.h
+1
-1
No files found.
src/lib/dhcpsrv/network.h
View file @
fc6c1b27
...
...
@@ -400,7 +400,7 @@ public:
/// @brief Sets the flag indicating if requests for unknown IP addresses
/// should be rejected with DHCPNAK instead of ignored.
///
/// @param
match
If this value is true, the requests for unknown IP
/// @param
authoritative
If this value is true, the requests for unknown IP
/// addresses will be rejected with DHCPNAK messages
void
setAuthoritative
(
const
bool
authoritative
)
{
authoritative_
=
authoritative
;
...
...
src/lib/dhcpsrv/srv_config.h
View file @
fc6c1b27
...
...
@@ -367,7 +367,7 @@ public:
}
/// @brief Sets information about the dhcp queue control
/// @param new dhcp queue control information
/// @param
dhcp_queue_control
new dhcp queue control information
void
setDHCPQueueControl
(
const
isc
::
data
::
ConstElementPtr
dhcp_queue_control
)
{
dhcp_queue_control_
=
dhcp_queue_control
;
}
...
...
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