Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2022 20:02:39 GMT
From:      Shteryana Shopova <syrinx@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4ac8f4067096 - main - Follow the standard object definition from RFC2578 Use mib-2 throughout the files where applicable
Message-ID:  <202212292002.2BTK2dXJ076798@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by syrinx:

URL: https://cgit.FreeBSD.org/src/commit/?id=4ac8f4067096a9d4a00e41cd53bd5c4fa295fd15

commit 4ac8f4067096a9d4a00e41cd53bd5c4fa295fd15
Author:     Shteryana Shopova <syrinx@FreeBSD.org>
AuthorDate: 2022-12-29 19:52:46 +0000
Commit:     Shteryana Shopova <syrinx@FreeBSD.org>
CommitDate: 2022-12-29 20:02:27 +0000

    Follow the standard object definition from RFC2578
    Use mib-2 throughout the files where applicable
    
    PR:             254231
    Reported by:    Michael Proto
    Reviewed by:    bz (at) FreeBSD (dot) org
---
 contrib/bsnmp/gensnmptree/gensnmptree.1 | 2 +-
 contrib/bsnmp/snmp_mibII/mibII_tree.def | 2 +-
 contrib/bsnmp/snmpd/tree.def            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/bsnmp/gensnmptree/gensnmptree.1 b/contrib/bsnmp/gensnmptree/gensnmptree.1
index 221dad090a05..da3b8dbf1158 100644
--- a/contrib/bsnmp/gensnmptree/gensnmptree.1
+++ b/contrib/bsnmp/gensnmptree/gensnmptree.1
@@ -224,7 +224,7 @@ typedef AdminStatus ENUM (
 
 (1 internet
   (2 mgmt
-    (1 mibII
+    (1 mib-2
       (1 system
         (1 sysDescr OCTETSTRING op_system_group GET)
         (2 sysObjectId OID op_system_group GET)
diff --git a/contrib/bsnmp/snmp_mibII/mibII_tree.def b/contrib/bsnmp/snmp_mibII/mibII_tree.def
index 5a2abb7c8ec1..1fde209ca3ca 100644
--- a/contrib/bsnmp/snmp_mibII/mibII_tree.def
+++ b/contrib/bsnmp/snmp_mibII/mibII_tree.def
@@ -32,7 +32,7 @@
 #
 (1 internet
   (2 mgmt
-    (1 mib2
+    (1 mib-2
       (2 interfaces
         (1 ifNumber INTEGER op_interfaces GET)
         (2 ifTable
diff --git a/contrib/bsnmp/snmpd/tree.def b/contrib/bsnmp/snmpd/tree.def
index 9dc086f755f4..61b581120528 100644
--- a/contrib/bsnmp/snmpd/tree.def
+++ b/contrib/bsnmp/snmpd/tree.def
@@ -43,7 +43,7 @@ typedef BegemotSnmpdTransportProto ENUM (
 
 (1 internet
   (2 mgmt
-    (1 mibII
+    (1 mib-2
       (1 system
 #
 # The standard System group



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212292002.2BTK2dXJ076798>