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
aad75c9a
Commit
aad75c9a
authored
Oct 05, 2018
by
Tomek Mrugalski
🛰
Browse files
[
#10
,
!3
] Added 4 missing files for ha-* commands.
parent
ccfbaf50
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/api/ha-continue.json
0 → 100644
View file @
aad75c9a
{
"name"
:
"ha-continue"
,
"brief"
:
"This command is used to resume the operation of the paused HA state machine."
,
"description"
:
"See <xref linkend=
\"
anchor-in-the-docs
\"
/>"
,
"support"
:
[
"kea-dhcp4"
,
"kea-dhcp6"
],
"avail"
:
"1.4.0"
,
"hook"
:
"high_availability"
}
doc/api/ha-heartbeat.json
0 → 100644
View file @
aad75c9a
{
"name"
:
"ha-heartbeat"
,
"brief"
:
"This command is sent internally by Kea partner when operating
in High Availability (HA) mode. It should not be used by users,
unless you want to implement complete HA replacement."
,
"description"
:
"See <xref linkend=
\"
ha-server-states
\"
/>"
,
"support"
:
[
"kea-dhcp4"
,
"kea-dhcp6"
],
"avail"
:
"1.4.0"
,
"hook"
:
"high_availability"
,
"cmd-syntax"
:
"tbd"
,
"resp-syntax"
:
"tbd"
}
doc/api/ha-scopes.json
0 → 100644
View file @
aad75c9a
{
"name"
:
"ha-scopes"
,
"brief"
:
"This command allows for modifying the High Availability (HA) scopes
that the server is serving.a sentence or two explaining what this command does"
,
"description"
:
"See <xref linkend=
\"
command-ha-scopes
\"
/>"
,
"support"
:
[
"kea-dhcp4"
,
"kea-dhcp6"
],
"avail"
:
"1.4.0"
,
"hook"
:
"high_availability"
,
"cmd-syntax"
:
"{
\"
command
\"
:
\"
ha-scopes
\"
,
\"
service
\"
: [ <service, typically
\"
dhcp4
\"
or
\"
dhcp6
\"
> ],
\"
arguments
\"
: {
\"
scopes
\"
: [
\"
HA_server1
\"
,
\"
HA_server2
\"
]
}
}
"
}
doc/api/ha-sync.json
0 → 100644
View file @
aad75c9a
{
"name"
:
"ha-sync"
,
"brief"
:
"The command is issued to instruct the server running in HA mode to
synchronize its local lease database with the selected peer."
,
"description"
:
"See <xref linkend=
\"
command-ha-sync
\"
/>"
,
"support"
:
[
"kea-dhcp4"
,
"kea-dhcp6"
],
"avail"
:
"1.4.0"
,
"hook"
:
"high_availability"
,
"cmd-syntax"
:
"{
\"
command
\"
:
\"
ha-sync
\"
,
\"
service
\"
: [ <service affected:
\"
dhcp4
\"
or
\"
dhcp6
\"
],
\"
arguments
\"
: {
\"
server-name
\"
: <name of the partner server>,
\"
max-period
\"
: <integer, in seconds>
}
}"
}
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