Module Name:    src
Committed By:   roy
Date:           Mon Apr  4 12:05:40 UTC 2016

Modified Files:
        src/sys/netinet6: nd6.c

Log Message:
all1_sa is no longer used.


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/sys/netinet6/nd6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet6/nd6.c
diff -u src/sys/netinet6/nd6.c:1.188 src/sys/netinet6/nd6.c:1.189
--- src/sys/netinet6/nd6.c:1.188	Mon Apr  4 07:37:07 2016
+++ src/sys/netinet6/nd6.c	Mon Apr  4 12:05:40 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: nd6.c,v 1.188 2016/04/04 07:37:07 ozaki-r Exp $	*/
+/*	$NetBSD: nd6.c,v 1.189 2016/04/04 12:05:40 roy Exp $	*/
 /*	$KAME: nd6.c,v 1.279 2002/06/08 11:16:51 itojun Exp $	*/
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.188 2016/04/04 07:37:07 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.189 2016/04/04 12:05:40 roy Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -106,14 +106,6 @@ struct nd_drhead nd_defrouter;
 struct nd_prhead nd_prefix = { 0 };
 
 int nd6_recalc_reachtm_interval = ND6_RECALC_REACHTM_INTERVAL;
-static const struct sockaddr_in6 all1_sa = {
-	  .sin6_family = AF_INET6
-	, .sin6_len = sizeof(struct sockaddr_in6)
-	, .sin6_addr = {.s6_addr = {0xff, 0xff, 0xff, 0xff,
-				    0xff, 0xff, 0xff, 0xff,
-				    0xff, 0xff, 0xff, 0xff,
-				    0xff, 0xff, 0xff, 0xff}}
-};
 
 static void nd6_setmtu0(struct ifnet *, struct nd_ifinfo *);
 static void nd6_slowtimo(void *);

Reply via email to