summaryrefslogtreecommitdiff
path: root/doc/roadmap.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/roadmap.rst')
-rw-r--r--doc/roadmap.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/roadmap.rst b/doc/roadmap.rst
index f5c1957..d708a3b 100644
--- a/doc/roadmap.rst
+++ b/doc/roadmap.rst
@@ -22,7 +22,7 @@
* [X] Respond to state requests
-* [ ] Handle per-module RPC requests
+* [X] Handle per-module RPC requests
The module management system will be the heart of ``ncserver``. Similar to
@@ -60,36 +60,36 @@ Resolved TBDs
-[/] Logging system
+[X] Logging system
------------------
* [X] Output format
* [X] Configuration
-* [/] Event logging
+* [X] Event logging
- * [/] auth
+ * [X] auth
- * [ ] Connection established
+ * [X] Connection established
* [X] Authentication succeess
* [X] Authentication failure
- * [ ] Connection closed
+ * [X] Connection closed
- * [ ] operational
+ * [X] operational
- * [ ] RPC executed
+ * [X] RPC executed
- * [ ] RPC unknown
+ * [X] RPC unknown
- * [ ] RPC failure
+ * [X] RPC failure
- * [ ] RPC success
+ * [X] RPC success
- * [/] config
+ * [X] config
* [X] Configuration editing
@@ -97,7 +97,7 @@ Resolved TBDs
* [X] Configuration reading
- * [ ] Configuration operation denied
+ * [X] Configuration operation denied
This system is reponsible for all event logging for the NETCONF APK
project. See the `logging specification`_ for more details.