2
0
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:
Marcin Siodelski
2019-08-14 11:49:23 +02:00
committed by Tomek Mrugalski
parent f4705d6207
commit 870ff27152
6 changed files with 4 additions and 6 deletions

View File

@@ -10,7 +10,6 @@
"{",
" \"command\": \"remote-option4-network-set\",",
" \"arguments\": {",
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": <shared network name>",

View File

@@ -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": [
"{",

View File

@@ -10,7 +10,6 @@
"{",
" \"command\": \"remote-option6-network-set\",",
" \"arguments\": {",
" \"arguments\": {",
" \"shared-networks\": [",
" {",
" \"name\": <shared network name>",

View File

@@ -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": [
"{",

View File

@@ -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": [
"{",

View File

@@ -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": [
"{",