summaryrefslogtreecommitdiff
path: root/staging
diff options
context:
space:
mode:
Diffstat (limited to 'staging')
-rw-r--r--staging/mausezahn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/staging/mausezahn.c b/staging/mausezahn.c
index 32bcdc5..ec3bc0e 100644
--- a/staging/mausezahn.c
+++ b/staging/mausezahn.c
@@ -719,9 +719,7 @@ int getopts (int argc, char *argv[])
}
else { // no destination IP specified: by default use broadcast
if (ipv6_mode) {
- // XXX I think we want to use a link-local
- // broadcast address instead.
- tx.ip6_dst = libnet_name2addr6 (l, "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff", LIBNET_DONT_RESOLVE);
+ tx.ip6_dst = libnet_name2addr6 (l, "ff02::1", LIBNET_DONT_RESOLVE);
} else {
tx.ip_dst = libnet_name2addr4 (l, "255.255.255.255", LIBNET_DONT_RESOLVE);
}