diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-10-22 14:26:20 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-10-22 14:26:20 -0500 |
commit | 47ed12959dc1ac3d65b211f467ce23408fe36c48 (patch) | |
tree | 477eea756170953539fc95d000658c13a544f622 /doc | |
parent | 9eafe63c60759d9da25bfb10b927fb0699e3fd7c (diff) | |
download | netconfapk-47ed12959dc1ac3d65b211f467ce23408fe36c48.tar.gz netconfapk-47ed12959dc1ac3d65b211f467ce23408fe36c48.tar.bz2 netconfapk-47ed12959dc1ac3d65b211f467ce23408fe36c48.tar.xz netconfapk-47ed12959dc1ac3d65b211f467ce23408fe36c48.zip |
Implement module RPCs and RPC logging
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roadmap.rst | 26 |
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. |