Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-1]: src/sys/netinet6 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/aeae00a80e40
branches:  netbsd-6-1
changeset: 775844:aeae00a80e40
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Sep 18 03:23:56 2013 +0000

description:
Pull up following revision(s) (requested by spz in ticket #944):
        sys/netinet6/in6.c: revision 1.167 via patch
Include BRDADDR and NETMASK to the v4 ioctls we ban for v6; from FreeBSD.

diffstat:

 sys/netinet6/in6.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r bec713521c98 -r aeae00a80e40 sys/netinet6/in6.c
--- a/sys/netinet6/in6.c        Tue Sep 17 19:54:49 2013 +0000
+++ b/sys/netinet6/in6.c        Wed Sep 18 03:23:56 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6.c,v 1.159.10.1 2013/07/08 07:40:56 jdc Exp $       */
+/*     $NetBSD: in6.c,v 1.159.10.2 2013/09/18 03:23:56 msaitoh Exp $   */
 /*     $KAME: in6.c,v 1.198 2001/07/18 09:12:38 itojun Exp $   */
 
 /*
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.159.10.1 2013/07/08 07:40:56 jdc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.159.10.2 2013/09/18 03:23:56 msaitoh Exp $");
 
 #include "opt_inet.h"
 #include "opt_pfil_hooks.h"
@@ -367,6 +367,8 @@
 #ifdef SIOCSIFCONF_X25
        case SIOCSIFCONF_X25:
 #endif
+       case SIOCSIFBRDADDR:
+       case SIOCSIFNETMASK:
                return EOPNOTSUPP;
        case SIOCGETSGCNT_IN6:
        case SIOCGETMIFCNT_IN6:



Home | Main Index | Thread Index | Old Index