chiark / gitweb /
test: send an initial ping packet
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2019 20:41:18 +0000 (21:41 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 12 Oct 2019 22:29:26 +0000 (23:29 +0100)
commit6e43702fb56a80f491f0c9cb9d19f29bced46f7f
tree54d148822d60bcd5a03107c2ff52935e50dff3b4
parent9be7a8ae73b05b4d0bac5477d5642c18a0f7ba44
test: send an initial ping packet

The hex data came from
  ping -I secnet-test-i 172.18.232.1
  tcpdump -wt -isecnet-test-i
  tcpdump -rt -x

We send it twice because the first causes a key exchange and then gets
lost.

The result is that the script crashes with
  inside rx'd!

This is because we are pinging the remote secnet, which responds
without sending the packet to its host (ie, "outside.r" in our terms).

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
test/invoke