summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2019-09-05 01:50:35 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2019-09-05 01:50:35 +0000
commitdc4ee67851e0c7410f3cf2aaf4b94c0580fd4771 (patch)
tree2f4cc3da2c8cd966be8c2e5b087b2dc3a1821a3a
parentef144d8658923d8fc94398b9fc957f20cc23395d (diff)
Test IPv6 multicast sender, receiver, router. Minimal mc6route
implmentation does not care about ICMPv6, it simply adds static multicast routes. Multicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested. Currently receiving link-local packets via loopback does not work due to wrong scope id. Everything is mostly copied from IPv4 regress.
-rw-r--r--regress/sys/netinet6/mcast6/mc6recv.c2
-rw-r--r--regress/sys/netinet6/mcast6/mc6route.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/netinet6/mcast6/mc6recv.c b/regress/sys/netinet6/mcast6/mc6recv.c
index 32eaa6706d0..a0dd0c0b00f 100644
--- a/regress/sys/netinet6/mcast6/mc6recv.c
+++ b/regress/sys/netinet6/mcast6/mc6recv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mc6recv.c,v 1.1.1.1 2019/09/05 01:50:34 bluhm Exp $ */
+/* $OpenBSD: mc6recv.c,v 1.1 2019/09/05 01:50:34 bluhm Exp $ */
/*
* Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org>
*
diff --git a/regress/sys/netinet6/mcast6/mc6route.c b/regress/sys/netinet6/mcast6/mc6route.c
index bf90c1786ca..d5d461d293c 100644
--- a/regress/sys/netinet6/mcast6/mc6route.c
+++ b/regress/sys/netinet6/mcast6/mc6route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mc6route.c,v 1.1.1.1 2019/09/05 01:50:34 bluhm Exp $ */
+/* $OpenBSD: mc6route.c,v 1.1 2019/09/05 01:50:34 bluhm Exp $ */
/*
* Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org>
*