Skip to content

Commit

Permalink
Add 'ss' tool from the iproute2
Browse files Browse the repository at this point in the history
This PR adds the 'ss' tool from the iproute2.

Related: #11667
Signed-off-by: Swaminathan Vasudevan <[email protected]>
  • Loading branch information
soumynathan authored and borkmann committed May 27, 2020
1 parent 8e147cb commit 396ff3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/iproute2/build-iproute2-cross-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ make -j "$(getconf _NPROCESSORS_ONLN)"

${triplet}-strip ip/ip
${triplet}-strip tc/tc
${triplet}-strip misc/ss

mkdir -p /out/linux/arm64/bin
cp ip/ip tc/tc /out/linux/arm64/bin
cp ip/ip tc/tc misc/ss /out/linux/arm64/bin
3 changes: 2 additions & 1 deletion images/iproute2/build-iproute2-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ make -j "$(getconf _NPROCESSORS_ONLN)"

strip ip/ip
strip tc/tc
strip misc/ss

mkdir -p /out/linux/amd64/bin
cp ip/ip tc/tc /out/linux/amd64/bin
cp ip/ip tc/tc misc/ss /out/linux/amd64/bin

0 comments on commit 396ff3b

Please sign in to comment.