From: Suzanne Goldlust Date: Thu, 4 Oct 2018 13:59:54 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474af3ae396b18ff4e13fe49d8f29a2eadd509c3;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/network4-add.json b/doc/api/network4-add.json new file mode 100644 index 0000000000..663660a044 --- /dev/null +++ b/doc/api/network4-add.json @@ -0,0 +1,46 @@ +{ + "name": "network4-add", + "brief": "The network4-add command is used to add a new shared network.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"network4-add\", + \"arguments\": { + \"shared-networks\": [ { + \"name\": \"floor13\", + \"subnet4\": [ + { + \"id\": 100, + \"pools\": [ { \"pool\": \"192.0.2.2-192.0.2.99\" } ], + \"subnet\": \"192.0.2.0/24\", + \"option-data\": [ + { + \"name\": \"routers\", + \"data\": \"192.0.2.1\" + } + ] + }, + { + \"id\": 101, + \"pools\": [ { \"pool\": \"192.0.3.2-192.0.3.99\" } ], + \"subnet\": \"192.0.3.0/24\", + \"option-data\": [ + { + \"name\": \"routers\", + \"data\": \"192.0.3.1\" + } + ] + } ] + } ] + } +}", + "resp-syntax": "{ + \"arguments\": { + \"shared-networks\": [ { \"name\": \"floor13\" } ] + }, + \"result\": 0, + \"text\": \"A new IPv4 shared network \'floor13\' added\" +}", +} \ No newline at end of file