]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#65,!62] Changes after review. 65-libyang-adaptors
authorTomek Mrugalski <tomasz@isc.org>
Fri, 19 Oct 2018 13:38:44 +0000 (15:38 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 19 Oct 2018 14:05:31 +0000 (10:05 -0400)
src/lib/yang/adaptor_pool.h
src/lib/yang/yang.dox

index 6f541acbba8d0e9d097e5ed8c63e9a5faba13c2d..16dcc1663ba8cbd875fe442fbc66dd1469eb1de8 100644 (file)
@@ -60,7 +60,7 @@ public:
     /// supported model is ietf-dhcpv6-server. The parameters moved are
     /// valid-lifetime, preferred-lifetime, renew-timer, renbind-timer.
     ///
-    /// @note: currently it is the only from YANH to JSON aka
+    /// @note: currently it is the only from YANG to JSON aka
     /// post-processing adaptor.
     ///
     /// @param model Model name.
index 05bf4c33a7a5dfab38682bdb8de7d2c18ef2cbf5..f816765c6f4a6335eb07e73fb19b41551bd064a5 100644 (file)
@@ -113,11 +113,10 @@ To verify that you have the schemas installed, do this:
 @verbatim
 sysrepoctl -l
 @endverbatim
-Make sure that keatest-module is on the list.
-*/
+Make sure that keatest-module and other necessary modules are on the list.
 
 Note as DHCP modules are still being developed it can be useful to
-deinstall them before reinstalling a more recent version vy:
+deinstall them before reinstalling a more recent version:
 @verbatim
 sudo sysrepoctl --uninstall --module=<module-name>
 @endverbatim
@@ -129,11 +128,24 @@ of keatest-module:
  - kea-dhcp-ddns
  - kea-dhcp4-server
  - kea-dhcp6-server
-Dependencies are:
+
+Those models depend on the following models:
  - ietf-inet-types
  - ietf-yang-types
 
-To finish the sysrepod daemon must run as root:
+Finally, sysrepod daemon must run be running (as root):
 @verbatim
 sudo sysrepod
 @endverbatim
+
+You can run this tool:
+
+@verbatim
+src/lib/yang/pretests/sysrepo_setup_tests
+@endverbatim
+
+to verify that your environment is ready. If there is anything
+wrong, it will enumerate the problems and will suggest how to solve
+them.
+
+*/