mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#826,!479] Corrected some little errors in the new API files.
Remove repeated lines and corrected some of the descriptions.
This commit is contained in:
committed by
Tomek Mrugalski
parent
f4705d6207
commit
870ff27152
@@ -10,7 +10,6 @@
|
||||
"{",
|
||||
" \"command\": \"remote-option4-network-set\",",
|
||||
" \"arguments\": {",
|
||||
" \"arguments\": {",
|
||||
" \"shared-networks\": [",
|
||||
" {",
|
||||
" \"name\": <shared network name>",
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"This command deletes a DHCPv4 address pool option from the configuration database."
|
||||
],
|
||||
"cmd-comment": [
|
||||
"This command includes two lists with exactly address pool specification and exactly one option specification, comprising an option name and code. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
|
||||
"This command includes two lists with exactly one address pool specification and exactly one option specification comprising an option space name and code. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
|
||||
],
|
||||
"cmd-syntax": [
|
||||
"{",
|
||||
|
@@ -10,7 +10,6 @@
|
||||
"{",
|
||||
" \"command\": \"remote-option6-network-set\",",
|
||||
" \"arguments\": {",
|
||||
" \"arguments\": {",
|
||||
" \"shared-networks\": [",
|
||||
" {",
|
||||
" \"name\": <shared network name>",
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"This command deletes a DHCPv6 prefix delegation pool option from the configuration database."
|
||||
],
|
||||
"cmd-comment": [
|
||||
"This command includes two lists with exactly prefix delegation pool specification and exactly one option specification, comprising an option name and code. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
|
||||
"This command includes two lists with exactly one prefix delegation pool specification and exactly one option specification, comprising an option name and code. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
|
||||
],
|
||||
"cmd-syntax": [
|
||||
"{",
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"This command creates or replaces a DHCPv6 prefix delegation pool option in the configuration database."
|
||||
],
|
||||
"cmd-comment": [
|
||||
"This command includes two lists with exactly prefix delegation pool specification and exactly one option specification. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
|
||||
"This command includes two lists with exactly one prefix delegation pool specification and exactly one option specification. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
|
||||
],
|
||||
"cmd-syntax": [
|
||||
"{",
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"This command deletes a DHCPv6 address pool option from the configuration database."
|
||||
],
|
||||
"cmd-comment": [
|
||||
"This command includes two lists with exactly address pool specification and exactly one option specification, comprising an option name and code. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
|
||||
"This command includes two lists with exactly one address pool specification and exactly one option specification, comprising an option name and code. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
|
||||
],
|
||||
"cmd-syntax": [
|
||||
"{",
|
||||
|
Reference in New Issue
Block a user