From c45c2ec0e240fa32f610e1a1579716fcc4ca440f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 12 Jul 2026 07:04:31 +0200 Subject: [PATCH] examples: layer3: README: use correct command to start the lab --- examples/layer3/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/layer3/README.adoc b/examples/layer3/README.adoc index 9cf9e04..8ac8c49 100644 --- a/examples/layer3/README.adoc +++ b/examples/layer3/README.adoc @@ -7,7 +7,7 @@ You need kernel 6.7 and iproute2 6.8. Then start the lab (as root) with: - # ./run.sh + # linux-network-namespace-labs up lab.conf To enter the node use: -- 2.55.0