[BACK]Return to in6_ifattach.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

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

Diff for /src/sys/netinet6/in6_ifattach.c between version 1.114 and 1.115

version 1.114, 2018/01/24 03:44:10 version 1.115, 2018/05/01 07:21:39
Line 59  __KERNEL_RCSID(0, "$NetBSD$");
Line 59  __KERNEL_RCSID(0, "$NetBSD$");
 #include <netinet6/ip6_mroute.h>  #include <netinet6/ip6_mroute.h>
 #include <netinet6/scope6_var.h>  #include <netinet6/scope6_var.h>
   
 #include <net/net_osdep.h>  
   
 unsigned long in6_maxmtu = 0;  unsigned long in6_maxmtu = 0;
   
 int ip6_auto_linklocal = 1;     /* enable by default */  int ip6_auto_linklocal = 1;     /* enable by default */

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115

CVSweb <webmaster@jp.NetBSD.org>