From: Guus Sliepen Date: Thu, 5 Sep 2013 15:42:31 +0000 (+0200) Subject: Test running ping through two tinc daemons. X-Git-Tag: release-1.1pre9~4 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=b80cbaba040775ba20159b20d02c8c903c84e0e1;hp=b80cbaba040775ba20159b20d02c8c903c84e0e1;p=tinc 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. ---