From: Guus Sliepen Date: Wed, 21 Mar 2012 16:00:53 +0000 (+0100) Subject: Add support for multicast communication with UML/QEMU/KVM. X-Git-Tag: release-1.0.18~10 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c373de2e9812700c0568640727ad917b6fc7d758;hp=c373de2e9812700c0568640727ad917b6fc7d758 Add support for multicast communication with UML/QEMU/KVM. DeviceType = multicast allows one to specify a multicast address and port with a Device statement. Tinc will then read/send packets to that multicast group instead of to a tun/tap device. This allows interaction with UML, QEMU and KVM instances that are listening on the same group. ---