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
427
Issues
427
List
Boards
Labels
Service Desk
Milestones
Merge Requests
69
Merge Requests
69
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
0799cba4
Commit
0799cba4
authored
Dec 09, 2015
by
Marcin Siodelski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[4106] Minor updates as a result of the review.
Removed debug leftover and changed 'responds' to 'answers'.
parent
a36e16de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc
src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc
+0
-1
src/lib/dhcpsrv/dhcp4o6_ipc.h
src/lib/dhcpsrv/dhcp4o6_ipc.h
+1
-1
No files found.
src/bin/dhcp6/dhcp6_dhcp4o6_ipc.cc
View file @
0799cba4
...
...
@@ -46,7 +46,6 @@ void Dhcp4o6Ipc::open() {
}
void
Dhcp4o6Ipc
::
handler
()
{
std
::
cout
<<
"handler"
<<
std
::
endl
;
Dhcp4o6Ipc
&
ipc
=
Dhcp4o6Ipc
::
instance
();
// Receive message from IPC.
...
...
src/lib/dhcpsrv/dhcp4o6_ipc.h
View file @
0799cba4
...
...
@@ -40,7 +40,7 @@ public:
///
/// When the DHCPv6 server receives the DHCPv4 query message it needs
/// to forward it to the DHCPv4 server for processing. The DHCPv4
/// server processes the message and
respond
s with the DHCPv4 response
/// server processes the message and
answer
s with the DHCPv4 response
/// message to the DHCPv6 server. The server forwards it back to the
/// client. This class implements the communication between the DHCPv4
/// and DHCPv6 servers to allow for transmission of the DHCPv4 query
...
...
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