Merge branch 'thkr-1.1-ponyhof' into thkr-1.1-1462915768-ein7jahS
This commit is contained in:
commit
231bd39986
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ static void route_ipv6(node_t *source, vpn_packet_t *packet) {
|
||||||
|
|
||||||
if (subnet->multicast) {
|
if (subnet->multicast) {
|
||||||
// Prevent loops
|
// 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,
|
source->name, source->hostname,
|
||||||
ntohs(dest.x[0]),
|
ntohs(dest.x[0]),
|
||||||
ntohs(dest.x[1]),
|
ntohs(dest.x[1]),
|
||||||
|
|
Loading…
Add table
Reference in a new issue