Skip to content
GitLab
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
0799cba4
Commit
0799cba4
authored
Dec 09, 2015
by
Marcin Siodelski
Browse files
[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
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
Supports
Markdown
0%
Try again
or
attach a new 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