From f071e0b332b67c956b1276071502604668bcc305 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sat, 8 Dec 2018 18:13:27 +0100 Subject: [PATCH] prioritized roadmap --- ROADMAP.md | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index e0dd98f3..12ae406f 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,26 +1,43 @@ # Clixon roadmap -Not in prio order (yet) +In prio order -- XML - - [Namespace handling](https://github.com/clicon/clixon/issues/49) +High prio +- NACM (RFC 8341) + - Module rules + - Data node rules (read/create/delete/update/execute) +- Special handling of the initial startup transaction to avoid exit at startup + - Possibly - draft-wu-netconf-restconf-factory-restore-03 +- Handle revisions to data model. + - Possibly draft-wang-netmod-module-revision-management-01 + +Medium prio: +- Input validation on custom RPCs/ + - [Sanity checks](https://github.com/clicon/clixon/issues/47) +- Support for XML regex's. + - Currently Posix extended regular expressions +- Support a plugin callback that is invoked when copy-config is called. +- Preserve CLI command history across sessions. The up/down arrows + +Low prio: +- Provide a client library to access netconf APIs provided by system services. +- Support for restconf call-home (RFC 8071) +- Support for restconf PATCH method + +Not prioritized: +- XML [Namespace handling](https://github.com/clicon/clixon/issues/49) - NETCONF - Support for additional Netconf [edit-config modes](https://github.com/clicon/clixon/issues/53) - Netconf [framing](https://github.com/clicon/clixon/issues/50) - - [Sanity checks](https://github.com/clicon/clixon/issues/47) - [Child ordering](https://github.com/clicon/clixon/issues/22) - Netconf backend (Clixon acts as netconf controller) - Restconf - Query parameters -- NACM (RFC 8341) is somewhat limited - - Extend with data node access (read/create/delete/update/execute) - Streams (netconf and restconf) - Extend native stream mode with external persistent timeseries database, eg influxdb. - Jenkins CI/CD and webhooks - YANG - - [Cardinality](https://github.com/clicon/clixon/issues/48) - RFC 6022 [NETCONF monitoring](https://github.com/clicon/clixon/issues/39) - - Factory default Setting - draft-wu-netconf-restconf-factory-restore-03 - Deviation, belongs-to, min/max-elements, action, unique - Containers - [Docker improvements](https://github.com/clicon/clixon/issues/44)