diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-10-23 15:49:16 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-10-23 15:49:16 -0500 |
commit | 145878b97d008b255251c7fc4eb4e1e2aa5816da (patch) | |
tree | f15a2e8a71590b98528cb277d868865e261ca467 | |
parent | 0d08bfc6d88d4a9bc9325a76d126ab1628455949 (diff) | |
download | netconfapk-145878b97d008b255251c7fc4eb4e1e2aa5816da.tar.gz netconfapk-145878b97d008b255251c7fc4eb4e1e2aa5816da.tar.bz2 netconfapk-145878b97d008b255251c7fc4eb4e1e2aa5816da.tar.xz netconfapk-145878b97d008b255251c7fc4eb4e1e2aa5816da.zip |
roadmap: Add in-progress feature considerations
These were elicited on #netconf from detha and aag.
-rw-r--r-- | doc/roadmap.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/roadmap.rst b/doc/roadmap.rst index 199d3cf..4850948 100644 --- a/doc/roadmap.rst +++ b/doc/roadmap.rst @@ -412,3 +412,17 @@ Resolved TBDs to default and main. Do we want to expose that (feature ``multiple-ribs``)? **Resolution**: Yes, we expose feature ``multiple-ribs``. + + + +[ ] Other features +------------------ + +Some features that have been tossed around that warrant further investigation, +but do not have any concrete proposals or architecture/design. + +* [ ] 'Audit' system that can ensure malicious/errant users have not + manipulated configuration in a way that the NETCONF server can't detect. + +* [ ] Integration with something like etckeeper for further audit and change + logging / documentation capabilities. |