diff options
author | Francis Dupont <fdupont@isc.org> | 2017-03-21 19:50:07 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-03-21 19:50:07 +0100 |
commit | 5b8d7823cd0be44791974ccc956e79cb17de2459 (patch) | |
tree | ce4f075a5a7436d1ece40e0e81f374be0f388574 /src/bin/dhcp6/ctrl_dhcp6_srv.h | |
parent | [5150a] Ported some shell fixes (diff) | |
download | kea-5b8d7823cd0be44791974ccc956e79cb17de2459.tar.xz kea-5b8d7823cd0be44791974ccc956e79cb17de2459.zip |
[5150a] Merged review improvements
Diffstat (limited to 'src/bin/dhcp6/ctrl_dhcp6_srv.h')
-rw-r--r-- | src/bin/dhcp6/ctrl_dhcp6_srv.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bin/dhcp6/ctrl_dhcp6_srv.h b/src/bin/dhcp6/ctrl_dhcp6_srv.h index 6037048149..881efc1e68 100644 --- a/src/bin/dhcp6/ctrl_dhcp6_srv.h +++ b/src/bin/dhcp6/ctrl_dhcp6_srv.h @@ -60,10 +60,11 @@ public: /// in them. /// /// Currently supported commands are: - /// - shutdown - /// - libreload /// - config-reload + /// - config-test /// - leases-reclaim + /// - libreload + /// - shutdown /// ... /// /// @note It never throws. @@ -94,7 +95,7 @@ public: /// /// This is a method for checking incoming configuration. /// - /// @param new_config textual representation of the new configuration + /// @param new_config JSON representation of the new configuration /// /// @return status of the config check isc::data::ConstElementPtr |