Skip to content

Commit fd0a384

Browse files
committed
contest: worker-setup: add instruction for traceoute
Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 79f48a7 commit fd0a384

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deploy/contest/remote/worker-setup.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,12 @@ sudo dnf install python3-pyroute2.noarch
251251
./configure --prefix=/usr
252252
make -j
253253
sudo make install
254+
255+
# traceroute
256+
get tar ball from:
257+
https://sourceforge.net/projects/traceroute/files/
258+
untar
259+
cd ...
260+
make
261+
cp -v ./traceroute/traceroute ../fs/usr/bin/
262+
cp -v ./traceroute/traceroute ../fs/usr/bin/traceroute6

0 commit comments

Comments
 (0)