The branch main has been updated by syrinx:

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

commit 4ac8f4067096a9d4a00e41cd53bd5c4fa295fd15
Author:     Shteryana Shopova <syr...@freebsd.org>
AuthorDate: 2022-12-29 19:52:46 +0000
Commit:     Shteryana Shopova <syr...@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

Reply via email to