From 2b03aad9bc43b0a41ae1d43577fb76941de65383 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Thu, 8 May 2025 20:56:38 +0200 Subject: [PATCH] Remove manual-{pre,post}.vpp --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index eae4044..9d6a28a 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,3 @@ Containerlab will attach these `veth` pairs to the container, and replace our Do that waits for all of these interfaces to be added (typically called `if-wait.sh`). In our own CMD, we then generate a config file called `/etc/vpp/clab.vpp` which contains the necessary VPP commands to take control over these `veth` pairs. - -In addition, you can add more commands that'll execute on startup by copying in -`/etc/vpp/manual-pre.vpp` (to be executed _before_ the containerlab stuff) or -`/etc/vpp/manual-post.vpp` (to be executed _after_ the containerlab stuff).