Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
1db8988d
Commit
1db8988d
authored
Aug 07, 2014
by
Tomek Mrugalski
🛰
Browse files
[3417] Cosmetic changes after review
parent
13af49e2
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1db8988d
8XX.
[func] tomek
8XX.
[func] tomek
Functions, methods and variables referring to BIND10 were renamed
to Kea. In particular, system variables (B10_LOGGER_ROOT,
B10_LOCKFILE_DIR_FROM_BUILD etc.) were renamed. B10_ prefix was
...
...
src/bin/d2/d2_messages.mes
View file @
1db8988d
...
...
@@ -56,7 +56,7 @@ updated configuration from the Kea configuration system.
% DCTL_DISCONNECT_FAIL %1 controller failed to end session with Bundy: %2
This message indicates that while shutting down, the DHCP-DDNS controller
encountered an error terminating communication with the
Kea
configuration
encountered an error terminating communication with the
Bundy
configuration
system. The service will still exit. While theoretically possible,
this situation is rather unlikely.
...
...
src/bin/dhcp4/main.cc
View file @
1db8988d
...
...
@@ -27,7 +27,7 @@ using namespace isc::dhcp;
using
namespace
std
;
/// This file contains entry point (main() function) for standard DHCPv4 server
/// component f
or
Kea software suite. It parses command-line arguments and
/// component
o
f Kea software suite. It parses command-line arguments and
/// instantiates ControlledDhcpv4Srv class that is responsible for establishing
/// connection with msgq (receiving commands and configuration) and also
/// creating Dhcpv4 server object as well.
...
...
src/bin/dhcp6/main.cc
View file @
1db8988d
...
...
@@ -28,7 +28,7 @@ using namespace isc::dhcp;
using
namespace
std
;
/// This file contains entry point (main() function) for standard DHCPv6 server
/// component f
or
Kea software suite. It parses command-line arguments and
/// component
o
f Kea software suite. It parses command-line arguments and
/// instantiates ControlledDhcpv6Srv class that is responsible for establishing
/// connection with msgq (receiving commands and configuration) and also
/// creating Dhcpv6 server object as well.
...
...
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