From 412ecfdbf77a9ee5ef4cc279ae9e99b728047af4 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 13 Mar 2022 21:06:02 +0000 Subject: [PATCH] Add important note :) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ecd665f..37641cf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ reconciles a running [VPP](https://fd.io/) daemon with its configuration. It is re-entrant and stateless. The tool connects to the VPP API and creates/removes all of the configuration in a minimally intrusive way. +***NOTE*** This code is under development, and probably won't work well until this note is removed. +If you're interested in helping, reach out to <pim at ipng dot ch> to discuss options. + ## Building This program expects Python3 and PIP to be installed. It's known to work on OpenBSD and Debian.