Merge branch 'thkr-1.1-ponyhof' into thkr-1.1-1462915768-ein7jahS

This commit is contained in:
thorkill 2016-05-12 13:40:14 +02:00
commit 231bd39986

View file

@ -679,7 +679,7 @@ static void route_ipv6(node_t *source, vpn_packet_t *packet) {
if (subnet->multicast) {
// Prevent loops
logger(DEBUG_ALWAYS, LOG_WARNING, "Ignore multicast from %s (%s) to IPv6 source address %hx:%hx:%hx:%hx:%hx:%hx:%hx:%hx",
logger(DEBUG_ALWAYS, LOG_WARNING, "Ignore multicast from %s (%s) to IPv6 destination address %hx:%hx:%hx:%hx:%hx:%hx:%hx:%hx",
source->name, source->hostname,
ntohs(dest.x[0]),
ntohs(dest.x[1]),