From: Suzanne Goldlust Date: Thu, 4 Oct 2018 18:27:27 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7449692380fe8b749971d2e8a3fc24f7d97c69;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/network6-list.json b/doc/api/network6-list.json new file mode 100644 index 0000000000..c9e5447a95 --- /dev/null +++ b/doc/api/network6-list.json @@ -0,0 +1,22 @@ +{ + "name": "network6-list", + "brief": "The network6-list command is used to retrieve full list of currently configured shared networks.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "subnet_cmds", + "cmd-syntax": "{ + \"command\": \"network4-list\" +}", + "cmd-comment": "network6-list follows exactly the same syntax for both the query and the response.", + "resp-syntax": "{ + \"arguments\": { + \"shared-networks\": [ + { \"name\": \"floor1\" }, + { \"name\": \"office\" } + ] + }, + "result": 0, + "text": "2 IPv4 network(s) found" +}", +} \ No newline at end of file