Skip to content

Commit

Permalink
build(setup_dummy_netlink_interfaces): create dummy interfaces for th…
Browse files Browse the repository at this point in the history
…e new nodes
  • Loading branch information
EtienneM committed Nov 13, 2024
1 parent fd9d40a commit 963424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacks/setup_dummy_netlink_interfaces.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

for i in {10..12}; do
for i in {10..14}; do
ifname="eth$i"
echo "Starting $ifname"
ip link add $ifname type dummy
Expand Down

0 comments on commit 963424d

Please sign in to comment.