%PDF- %PDF-
| Direktori : /proc/thread-self/root/backups/router/usr/local/share/kea/api/ |
| Current File : //proc/thread-self/root/backups/router/usr/local/share/kea/api/subnet6-delta-add.json |
{
"access": "write",
"avail": "2.1.7",
"brief": [
"This command updates (adds or overwrites) parts of a single subnet in the existing server configuration. This operation has no impact on other subnets."
],
"cmd-syntax": [
"{",
" \"command\": \"subnet6-delta-add\",",
" \"arguments\": {",
" \"subnet6\": [ {",
" \"id\": 234,",
" \"subnet\": \"2001:db8:1::/64\",",
" ...",
" } ]",
" }",
"}"
],
"description": "See <xref linkend=\"idp70\"/>",
"hook": "subnet_cmds",
"name": "subnet6-delta-add",
"resp-syntax": [
"{",
" \"result\": 0,",
" \"text\": \"IPv6 subnet updated\",",
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": 234,",
" \"subnet\": \"2001:db8:1::/64\"",
" }",
" ]",
" }",
"}"
],
"support": [
"kea-dhcp6"
]
}