aboutsummaryrefslogtreecommitdiff
path: root/example/ping/.gitignore
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2019-10-03 16:08:30 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2019-10-08 12:54:41 +0300
commitd766eab7821e292f112b9e80b430656cfa7027d1 (patch)
treecfb4220dbf88a32813714539f784d0793da15651 /example/ping/.gitignore
parent2901a9d3809a173e5ec2e377e86a3e4fcc4c4179 (diff)
example: odp_ping: add new example application
This application replies to IPv4 ping requests. It can be used to test connectivity with standard ping utility. ARP table needs to be setup manually on the sender side as the application does not reply to ARP requests. Test uses pcap packet IO to send 100 ICMP echo requests and receive the same number of echo replies. Pcap file sizes are compared to check that all packets were received. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'example/ping/.gitignore')
-rw-r--r--example/ping/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/ping/.gitignore b/example/ping/.gitignore
new file mode 100644
index 000000000..12b2bef41
--- /dev/null
+++ b/example/ping/.gitignore
@@ -0,0 +1,4 @@
+odp_ping
+*.log
+*.trs
+pcapout.pcap