clixon/ROADMAP.md
2018-12-08 18:13:27 +01:00

1.7 KiB

Clixon roadmap

In prio order

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/
  • 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
  • NETCONF
  • Netconf backend (Clixon acts as netconf controller)
  • Restconf
    • Query parameters
  • Streams (netconf and restconf)
    • Extend native stream mode with external persistent timeseries database, eg influxdb.
  • Jenkins CI/CD and webhooks
  • YANG
  • Containers
  • gRPC