diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-08-28 00:37:24 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-08-28 00:37:24 -0500 |
commit | 44685f1b07eabd70ada8504d6c77321c5a4de726 (patch) | |
tree | e36f976d032a10ee0f78e03893e5e446d2bc5c21 /doc | |
parent | b99bcb0660958c109e1efb601790d4de1c6bf86d (diff) | |
download | netconfapk-44685f1b07eabd70ada8504d6c77321c5a4de726.tar.gz netconfapk-44685f1b07eabd70ada8504d6c77321c5a4de726.tar.bz2 netconfapk-44685f1b07eabd70ada8504d6c77321c5a4de726.tar.xz netconfapk-44685f1b07eabd70ada8504d6c77321c5a4de726.zip |
Implement rudimentary module manager
This implements requirements 1 and 5 for the module management system.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roadmap.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/roadmap.rst b/doc/roadmap.rst index 8bed427..d78f36d 100644 --- a/doc/roadmap.rst +++ b/doc/roadmap.rst @@ -6,10 +6,10 @@ 1.0 (2020 Q3) ============= -[ ] Module management system +[/] Module management system ---------------------------- -* [ ] Track name/revision/namespace, and register with NSMAP +* [X] Track name/revision/namespace, and register with NSMAP * Namespace includes prefix, since this is standardised. i.e. ns "urn:ietf:params:xml:ns:yang:ietf-interfaces" -> prefix "if:". @@ -20,7 +20,7 @@ * [ ] Submodule support? (possibly post-1.0) -* [ ] Respond to state requests +* [X] Respond to state requests The module management system will be the heart of ``ncserver``. Similar to |