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
ISC Open Source Projects
Kea
Commits
da72f8e0
Commit
da72f8e0
authored
Apr 18, 2017
by
Francis Dupont
Browse files
[5213] Last set-config -> config-set
parent
367db089
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/bin/agent/agent_hooks.dox
View file @
da72f8e0
...
...
@@ -46,7 +46,7 @@ command.
will only return the list of commands supported by the hook library.
The callout can modify the command arguments to influence the command
processing by the Command Manager. For example, it may freely modify
the configuration received in '
set-
config' before it is processed by
the configuration received in 'config
-set
' before it is processed by
the server. The SKIP action is not set in this case.
- <b>Next step status</b>: if any callout sets the next step action to SKIP,
...
...
src/bin/dhcp4/ctrl_dhcp4_srv.h
View file @
da72f8e0
...
...
@@ -195,9 +195,9 @@ private:
commandConfigWriteHandler
(
const
std
::
string
&
command
,
isc
::
data
::
ConstElementPtr
args
);
/// @brief handler for processing '
set-
config' command
/// @brief handler for processing 'config
-set
' command
///
/// This handler processes
set-
config command, which processes
/// This handler processes config
-set
command, which processes
/// configuration specified in args parameter.
/// @param command (parameter ignored)
/// @param args configuration to be processed. Expected format:
...
...
src/bin/dhcp4/dhcp4_hooks.dox
View file @
da72f8e0
...
...
@@ -331,7 +331,7 @@ to the end of this list.
will only return the list of commands supported by the hook library.
The callout can modify the command arguments to influence the command
processing by the Command Manager. For example, it may freely modify
the configuration received in '
set-
config' before it is processed by
the configuration received in 'config
-set
' before it is processed by
the server. The SKIP action is not set in this case.
- <b>Next step status</b>: if any callout sets the next step action to SKIP,
...
...
src/bin/dhcp6/ctrl_dhcp6_srv.h
View file @
da72f8e0
...
...
@@ -195,9 +195,9 @@ private:
commandConfigWriteHandler
(
const
std
::
string
&
command
,
isc
::
data
::
ConstElementPtr
args
);
/// @brief handler for processing '
set-
config' command
/// @brief handler for processing 'config
-set
' command
///
/// This handler processes
set-
config command, which processes
/// This handler processes config
-set
command, which processes
/// configuration specified in args parameter.
/// @param command (parameter ignored)
/// @param args configuration to be processed. Expected format:
...
...
src/bin/dhcp6/dhcp6_hooks.dox
View file @
da72f8e0
...
...
@@ -373,7 +373,7 @@ to the end of this list.
will only return the list of commands supported by the hook library.
The callout can modify the command arguments to influence the command
processing by the Command Manager. For example, it may freely modify
the configuration received in '
set-
config' before it is processed by
the configuration received in 'config
-set
' before it is processed by
the server. The SKIP action is not set in this case.
- <b>Next step status</b>: if any callout sets the next step action to SKIP,
...
...
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