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
dd280c64
Commit
dd280c64
authored
Oct 03, 2018
by
Suzanne Goldlust
Committed by
Tomek Mrugalski
Oct 29, 2019
Browse files
Add new file
parent
5d6ca8ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/api/cache-insert.json
0 → 100644
View file @
dd280c64
{
"name"
:
"cache-insert"
,
"brief"
:
"This command may be used to manually insert a host into the cache."
,
"description"
:
"See <xref linkend=
\"
host-reservation-v4
\"
/>"
,
"support"
:
[
"kea-dhcp4"
,
"kea-dhcp6"
],
"avail"
:
"1.4.0"
,
"hook"
:
"host_cache"
,
"cmd-syntax"
:
"{
\"
command
\"
:
\"
cache-insert
\"
,
\"
arguments
\"
: {
\"
hw-address
\"
:
\"
01:02:03:04:05:06
\"
,
\"
subnet-id4
\"
: 4,
\"
subnet-id6
\"
: 0,
\"
ip-address
\"
:
\"
192.0.2.100
\"
,
\"
hostname
\"
:
\"
somehost.example.org
\"
,
\"
client-classes4
\"
: [ ],
\"
client-classes6
\"
: [ ],
\"
option-data4
\"
: [ ],
\"
option-data6
\"
: [ ],
\"
next-server
\"
: "
192.0
.
0.2
",
\"
server-hostname
\"
:
\"
server-hostname.example.org
\"
,
\"
boot-file-name
\"
:
\"
bootfile.efi
\"
,
\"
host-id
\"
: 0
}
},
{
\"
command
\"
:
\"
cache-insert
\"
,
\"
arguments
\"
: {
\"
hw-address
\"
:
\"
01:02:03:04:05:06
\"
,
\"
subnet-id4
\"
: 0,
\"
subnet-id6
\"
: 6,
\"
ip-addresses
\"
: [
\"
2001:db8::cafe:babe
\"
],
\"
prefixes
\"
: [
\"
2001:db8:dead:beef::/64
\"
],
\"
hostname
\"
:
\"\"
,
\"
client-classes4
\"
: [ ],
\"
client-classes6
\"
: [ ],
\"
option-data4
\"
: [ ],
\"
option-data6
\"
: [ ],
\"
next-server
\"
: "
0.0
.
0.0
",
\"
server-hostname
\"
:
\"\"
,
\"
boot-file-name
\"
:
\"\"
,
\"
host-id
\"
: 0
}
}"
,
}
\ No newline at end of file
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