}
}
}",
- "cmd-comment": "where <server> is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\"",
+ "cmd-comment": "where <server> is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\"",
"resp-syntax": " {\"result\": 0, \"text\": \"Configuration successful.\" }
or
}
}
}",
- "cmd-comment": "where <server> is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\"",
+ "cmd-comment": "where >server< is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\"",
"resp-syntax": "{\"result\": 0, \"text\": \"Configuration seems sane...\" }
or
<< "}</screen>" << endl;
}
if (cmd->contains("cmd-comment")) {
- f << escapeString(cmd->get("cmd-comment")->stringValue());
+ f << cmd->get("cmd-comment")->stringValue();
}
f << "</para>" << endl << endl;
<screen>{
"command": "config-get"
}</screen>
-<command>config-get</command> takes no parameters.</para>
+<command>config-get</command> takes no parameters.</para>
<para>Response syntax:
<screen>{
}
}
}</screen>
-where <server> is the configuration element name for a given server such as "Dhcp4" or "Dhcp6"</para>
+where >server< is the configuration element name for a given server such as "Dhcp4" or "Dhcp6"</para>
<para>Response syntax:
<screen>{"result": 0, "text": "Configuration seems sane..." }
<!-- start of version-get -->
<section xml:id="reference-version-get">
<title>version-get reference</title>
-<para xml:id="ref-version-get"><command>version-get</command> - The version-get command returns on the control channel what the
- command line -v argument displays with in arguments the extended
- version, i.e., what the command line -V argument displays.</para>
+<para xml:id="ref-version-get"><command>version-get</command> - The version-get command returns extended information about
+ Kea version. The returned string is the same as if Kea would
+ be run with -V command line option.</para>
<para>Supported by: <command><link linkend="commands-kea-dhcp4">kea-dhcp4</link></command>, <command><link linkend="commands-kea-dhcp6">kea-dhcp6</link></command>, <command><link linkend="commands-kea-ctrl-agent">kea-ctrl-agent</link></command></para>