From owner-svn-src-projects@freebsd.org Fri Jan 6 22:36:48 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ABDCCA280C for ; Fri, 6 Jan 2017 22:36:48 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CE3411E7; Fri, 6 Jan 2017 22:36:48 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v06Mal4q026950; Fri, 6 Jan 2017 22:36:47 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06Mallb026949; Fri, 6 Jan 2017 22:36:47 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201701062236.v06Mallb026949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Fri, 6 Jan 2017 22:36:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r311562 - projects/bsnmp-ipv6-mib/usr.sbin/bsnmpd/modules/snmp_ipv6 X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 22:36:48 -0000 Author: ngie Date: Fri Jan 6 22:36:47 2017 New Revision: 311562 URL: https://svnweb.freebsd.org/changeset/base/311562 Log: Hide ipv6IfIndex -- it's not meant to be accessible Modified: projects/bsnmp-ipv6-mib/usr.sbin/bsnmpd/modules/snmp_ipv6/ipv6MIB_tree.def Modified: projects/bsnmp-ipv6-mib/usr.sbin/bsnmpd/modules/snmp_ipv6/ipv6MIB_tree.def ============================================================================== --- projects/bsnmp-ipv6-mib/usr.sbin/bsnmpd/modules/snmp_ipv6/ipv6MIB_tree.def Fri Jan 6 22:29:05 2017 (r311561) +++ projects/bsnmp-ipv6-mib/usr.sbin/bsnmpd/modules/snmp_ipv6/ipv6MIB_tree.def Fri Jan 6 22:36:47 2017 (r311562) @@ -39,7 +39,7 @@ (4 ipv6IfTableLastChange UNSIGNED32 op_ipv6MIBObjects GET) (5 ipv6IfTable (1 ipv6IfEntry : INTEGER op_ipv6IfTable - (1 ipv6IfIndex INTEGER GET) + (1 ipv6IfIndex INTEGER) (2 ipv6IfDescr OCTETSTRING | DisplayString GET SET) (3 ipv6IfLowerLayer OID GET) (4 ipv6IfEffectiveMtu UNSIGNED32 GET)