From 47ed12959dc1ac3d65b211f467ce23408fe36c48 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 22 Oct 2020 14:26:20 -0500 Subject: Implement module RPCs and RPC logging --- doc/roadmap.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3-70-g09d2