From 96fb8366355bf2e75f45e5f1d263febf178c2bab Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 23 May 2023 08:21:52 +0200 Subject: [PATCH] Add disclaimer about Frr and podman in Hybrid Mode section Signed-off-by: Joachim Wiberg --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ddea5f44..2e6eb4b9 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ EOF root@infix:/cfg/start.d$ chmod +x 10-enable-ospf.sh ``` +> **Note:** Neither [Frr](https://frrouting.org) (Zebra/OSPF/BFD) or +> [podman](https://podman.io) are enabled in default Infix builds. +> Please use customer specific builds, or enable it yourself in Infix by +> using `make menuconfig` followed by rebuilding the image. + This is also the way to start containers (provided the images have been downloaded with `podman pull` first):