Skip to content

Commit

Permalink
Add comment to the controller Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
stano45 committed Aug 10, 2024
1 parent 698a528 commit 148ee36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/host_containers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/process_migration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/switch_container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 148ee36

Please sign in to comment.