From c7e013656c85ad944db0131fc114ecbc50519e34 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 29 Aug 2024 09:15:01 +0200 Subject: [PATCH] Note, RESTCONF not yet ready for prime time Signed-off-by: Joachim Wiberg --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a1d1423..714f4433 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Infix is a free, Linux based, immutable Network Operating System (NOS) built on [Buildroot][1], and [sysrepo][2]. A powerful mix that ease porting to different platforms, simplify long-term maintenance, and -provide made-easy management using NETCONF, RESTCONF, or the built-in -command line interface (CLI) from a console or SSH login. +provide made-easy management using NETCONF, RESTCONF[^2], or the +built-in command line interface (CLI) from a console or SSH login. > Click the **▶ Example CLI Session** foldout below for an example, or > head on over to the [Infix Documentation](doc/README.md) for more @@ -112,6 +112,9 @@ more information, see: [Infix in Virtual Environments](doc/virtual.md). For more information, see and . +[^2]: Partial RESTCONF support, features like HTTP PATCH, OPTIONS, HEAD, + and copying between datastores are still missing. + [1]: https://buildroot.org/ [2]: https://www.sysrepo.org/ [3]: doc/cli/introduction.md