Skip to content
GitLab
Menu
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
2ffc16bd
Commit
2ffc16bd
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: default
parent
304db582
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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