svn commit: r287617 - head/sys/netinet6

Hiroki Sato hrs at FreeBSD.org
Thu Sep 10 08:37:04 UTC 2015


Author: hrs
Date: Thu Sep 10 08:37:03 2015
New Revision: 287617
URL: https://svnweb.freebsd.org/changeset/base/287617

Log:
  Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.
  
  MFC after:	3 days

Modified:
  head/sys/netinet6/in6.c

Modified: head/sys/netinet6/in6.c
==============================================================================
--- head/sys/netinet6/in6.c	Thu Sep 10 07:36:54 2015	(r287616)
+++ head/sys/netinet6/in6.c	Thu Sep 10 08:37:03 2015	(r287617)
@@ -281,8 +281,6 @@ in6_control(struct socket *so, u_long cm
 		/* FALLTHROUGH */
 	case OSIOCGIFINFO_IN6:
 	case SIOCGIFINFO_IN6:
-	case SIOCGDRLST_IN6:
-	case SIOCGPRLST_IN6:
 	case SIOCGNBRINFO_IN6:
 	case SIOCGDEFIFACE_IN6:
 		return (nd6_ioctl(cmd, data, ifp));


More information about the svn-src-all mailing list