svn commit: r229653 - head/usr.sbin/bsnmpd/modules/snmp_wlan

Ulrich Spoerlein uqs at FreeBSD.org
Thu Jan 5 21:36:28 UTC 2012


Author: uqs
Date: Thu Jan  5 21:36:28 2012
New Revision: 229653
URL: http://svn.freebsd.org/changeset/base/229653

Log:
  Partial backout of r228990, restore original MIB object name.
  
  It's too late to change this in 9.0 -- so we have a release with the
  misspelling in the wild and should not break users that depend on it.
  
  Deprecating/replacing it because of a one-char typo seems excessive.

Modified:
  head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
  head/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def

Modified: head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
==============================================================================
--- head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt	Thu Jan  5 21:36:20 2012	(r229652)
+++ head/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt	Thu Jan  5 21:36:28 2012	(r229653)
@@ -82,8 +82,8 @@ WlanMgmtReasonCode ::= TEXTUAL-CONVENTIO
 		    associationLeave(8),
 		    associationNotAuthenticated(9),
 -- XXX: TODO - FIXME
-		    disassocPwrcapBad(10),
-		    disassocSuperchanBad(11),
+		    dissassocPwrcapBad(10),
+		    dissassocSuperchanBad(11),
 		    ieInvalid(13),
 		    micFailure(14),
 		    fourWayHandshakeTimeout(15),

Modified: head/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def
==============================================================================
--- head/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def	Thu Jan  5 21:36:20 2012	(r229652)
+++ head/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def	Thu Jan  5 21:36:28 2012	(r229653)
@@ -75,8 +75,8 @@ typedef WlanMgmtReasonCode ENUM (
 	7 notAssociated
 	8 associationLeave
 	9 associationNotAuthenticated
-	10 disassocPwrcapBad
-	11 disassocSuperchanBad
+	10 dissassocPwrcapBad
+	11 dissassocSuperchanBad
 	13 ieInvalid
 	14 micFailure
 	15 fourWayHandshakeTimeout


More information about the svn-src-all mailing list