Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
2ffc16bd
Commit
2ffc16bd
authored
Jul 23, 2017
by
Josh Soref
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: default
parent
304db582
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/bin/shell/kea-shell.in
src/bin/shell/kea-shell.in
+1
-1
src/lib/dhcpsrv/cfg_expiration.h
src/lib/dhcpsrv/cfg_expiration.h
+1
-1
No files found.
src/bin/shell/kea-shell.in
View file @
2ffc16bd
...
...
@@ -56,7 +56,7 @@ def shell_body():
'connect to Kea Control Agent.')
parser.add_argument('--host', type=str, default='127.0.0.1',
help='hostname of the CA to connect to '
'(defaul:; 127.0.0.1)')
'(defaul
t
:; 127.0.0.1)')
parser.add_argument('--port', type=int, default=8000,
help='TCP port of the CA to connect to '
'(default: 8000)')
...
...
src/lib/dhcpsrv/cfg_expiration.h
View file @
2ffc16bd
...
...
@@ -99,7 +99,7 @@ public:
/// @brief Maximum value for max-reclaim-leases.
static
const
uint32_t
LIMIT_MAX_RECLAIM_LEASES
;
/// @brief Defalt value for max-reclaim-time.
/// @brief Defa
u
lt value for max-reclaim-time.
static
const
uint16_t
LIMIT_MAX_RECLAIM_TIME
;
/// @brief Maximum value for unwarned-reclaim-cycles.
...
...
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