Test running ping through two tinc daemons.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 5 Sep 2013 15:42:31 +0000 (17:42 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 5 Sep 2013 15:42:31 +0000 (17:42 +0200)
commitb80cbaba040775ba20159b20d02c8c903c84e0e1
tree4e3726cfc1069029a7bf15a77502f02c64a738cd
parentfe1d0043c81b26f337bdce63dd290d882b01cf21
Test running ping through two tinc daemons.

This is a more complicated test with one tinc daemon using a tap interface
(therefore requiring root), and a second one using a multicast interface. A
separate program "pong" is listening on the same multicast address, and waits
for ARP and ICMP packets, responding to ICMP echo packets with replies.
This test doesn't require any configuration of the tap interface.
test/Makefile.am
test/ping.test [new file with mode: 0755]
test/pong.c [new file with mode: 0644]