From 148ee3693e50cd7f0dbe44e48ad211bccba36d46 Mon Sep 17 00:00:00 2001 From: Stanislav Kosorin Date: Sat, 10 Aug 2024 09:43:31 +0200 Subject: [PATCH] Add comment to the controller Makefile target --- examples/host_containers/Makefile | 1 + examples/process_migration/Makefile | 1 + examples/switch_container/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/host_containers/Makefile b/examples/host_containers/Makefile index 64118a9..451640f 100644 --- a/examples/host_containers/Makefile +++ b/examples/host_containers/Makefile @@ -7,6 +7,7 @@ terminals: h1 h2 h3 h4 build: clean ./build.sh +# Sleep for 2 seconds to allow the switches to start controller: sleep 2 && ../../controller/controller.py --config config/switches.json diff --git a/examples/process_migration/Makefile b/examples/process_migration/Makefile index 581f69f..52b2716 100644 --- a/examples/process_migration/Makefile +++ b/examples/process_migration/Makefile @@ -8,6 +8,7 @@ terminals: h1 h2 h3 h4 build: clean ./build.sh +# Sleep for 2 seconds to allow the switches to start controller: sleep 2 && ../../controller/controller.py --config config/switches.json diff --git a/examples/switch_container/Makefile b/examples/switch_container/Makefile index 64118a9..451640f 100644 --- a/examples/switch_container/Makefile +++ b/examples/switch_container/Makefile @@ -7,6 +7,7 @@ terminals: h1 h2 h3 h4 build: clean ./build.sh +# Sleep for 2 seconds to allow the switches to start controller: sleep 2 && ../../controller/controller.py --config config/switches.json