prioritized roadmap
This commit is contained in:
parent
66ce941ac4
commit
f071e0b332
1 changed files with 25 additions and 8 deletions
33
ROADMAP.md
33
ROADMAP.md
|
|
@ -1,26 +1,43 @@
|
||||||
# Clixon roadmap
|
# Clixon roadmap
|
||||||
|
|
||||||
Not in prio order (yet)
|
In prio order
|
||||||
|
|
||||||
- XML
|
High prio
|
||||||
- [Namespace handling](https://github.com/clicon/clixon/issues/49)
|
- 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
|
- NETCONF
|
||||||
- Support for additional Netconf [edit-config modes](https://github.com/clicon/clixon/issues/53)
|
- Support for additional Netconf [edit-config modes](https://github.com/clicon/clixon/issues/53)
|
||||||
- Netconf [framing](https://github.com/clicon/clixon/issues/50)
|
- 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)
|
- [Child ordering](https://github.com/clicon/clixon/issues/22)
|
||||||
- Netconf backend (Clixon acts as netconf controller)
|
- Netconf backend (Clixon acts as netconf controller)
|
||||||
- Restconf
|
- Restconf
|
||||||
- Query parameters
|
- Query parameters
|
||||||
- NACM (RFC 8341) is somewhat limited
|
|
||||||
- Extend with data node access (read/create/delete/update/execute)
|
|
||||||
- Streams (netconf and restconf)
|
- Streams (netconf and restconf)
|
||||||
- Extend native stream mode with external persistent timeseries database, eg influxdb.
|
- Extend native stream mode with external persistent timeseries database, eg influxdb.
|
||||||
- Jenkins CI/CD and webhooks
|
- Jenkins CI/CD and webhooks
|
||||||
- YANG
|
- YANG
|
||||||
- [Cardinality](https://github.com/clicon/clixon/issues/48)
|
|
||||||
- RFC 6022 [NETCONF monitoring](https://github.com/clicon/clixon/issues/39)
|
- 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
|
- Deviation, belongs-to, min/max-elements, action, unique
|
||||||
- Containers
|
- Containers
|
||||||
- [Docker improvements](https://github.com/clicon/clixon/issues/44)
|
- [Docker improvements](https://github.com/clicon/clixon/issues/44)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue