Skip to content

Commit

Permalink
packetdrill: prefix TAP entries
Browse files Browse the repository at this point in the history
So we clearly understand it is linked to Packetdrill.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Mar 22, 2024
1 parent e972627 commit 16e939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ run_mptcp_connect_mmap() {
# \$1: packetdrill TAP file, \$2: TAP prefix
_packetdrill_result() {
if grep -q "^TAP version 13" "\${1}" 2>/dev/null; then
sed -i "s#\${PWD}/##g" "\${1}" # remove long path
sed -i "s#\${PWD}/#packetdrill: #g" "\${1}" # remove long path + prefix
return 0
fi
Expand Down

0 comments on commit 16e939d

Please sign in to comment.