Skip to content

Commit

Permalink
dtls-psk: use ping -6 to ping an ipv6 address
Browse files Browse the repository at this point in the history
This is necessary in centos7 images.

Resolves: #200

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
  • Loading branch information
nmav committed Nov 19, 2020
1 parent 824c05a commit 819cbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dtls-psk
Expand Up @@ -140,7 +140,7 @@ ${CMDNS1} nuttcp -T 6 -t ${VPNADDR}

${CMDNS2} nuttcp -1

${CMDNS1} ping -c 3 ${VPNADDR6}
${CMDNS1} ping -6 -c 3 ${VPNADDR6}

echo " * Receiving with nuttcp"

Expand Down

0 comments on commit 819cbf7

Please sign in to comment.