Skip to content

Commit

Permalink
Fix various syntax errors in recent WLC MIBs.
Browse files Browse the repository at this point in the history
Have you considered checking the files with a tool like smilint?
  • Loading branch information
nielsb committed Apr 15, 2024
1 parent 2c1d61b commit 479ad97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion v2/CISCO-LWAPP-DOT11-CLIENT-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ cldcClientMobileStPolicyType OBJECT-TYPE
wpa2(3),
wpa2vff(4),
notavailable(5),
wpa2_3(6),
wpa2-3(6),
wpaOsen(7),
wpaOsenWithinRsn(8)
}
Expand Down
2 changes: 1 addition & 1 deletion v2/CISCO-LWAPP-DOT11-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ ciscoLwappDot11MIB MODULE-IDENTITY
ciscoLwappDot11MIBNotifsGroup
ciscoLwappDot11MIBStatusGroup
Added ciscoLwappDot11MIBComplianceRev1 in
OBJECT-COMPLIANCE"
REVISION "201803280000Z"
DESCRIPTION
"Added the following tables in cldConfig.
Expand All @@ -374,7 +375,6 @@ ciscoLwappDot11MIB MODULE-IDENTITY
cld11axMbssidTable
Added new group ciscoLwappDot11MIBHeStatusGroup."

OBJECT-COMPLIANCE."
REVISION "200701040000Z"
DESCRIPTION
"Initial version of this MIB module."
Expand Down
2 changes: 1 addition & 1 deletion v2/CISCO-LWAPP-QOS-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -4476,7 +4476,7 @@ ciscoLwappQosCacStatsGroup OBJECT-GROUP
OBJECTS {
cLQCacIPLearnQStats,
cLQCacOutstandingAAAReqQStats,
cLQCacIPCHighStats,
cLQCacIPCHighStats
}
STATUS current
DESCRIPTION
Expand Down
7 changes: 3 additions & 4 deletions v2/CISCO-LWAPP-RF-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ciscoLwappRFMIB MODULE-IDENTITY
- cLRFProfileMultiBssidProfile
Added new table cLMultiBSSIDProfileTable
Added conformance group ciscoLwappRFConfigGroup10
Added compliance group ciscoLwappRFMIBComplianceRev7".
Added compliance group ciscoLwappRFMIBComplianceRev7"
REVISION "202009020000Z"
DESCRIPTION
"Added below object to the cLRFProfileTable
Expand Down Expand Up @@ -1138,8 +1138,8 @@ cLRFProfileNdpMode OBJECT-TYPE
cLRFProfile11ax6GHzFeature OBJECT-TYPE
SYNTAX INTEGER {
none(0),
bcast_probe_response(1),
fils_discovery(2)
bcast-probe-response(1),
fils-discovery(2)
}
MAX-ACCESS read-write
STATUS current
Expand Down Expand Up @@ -1750,7 +1750,6 @@ cLMultiBSSIDProfile11beOfdmaMultiRU OBJECT-TYPE
DEFVAL { false }
::= { cLMultiBSSIDProfileEntry 14 }

cLMultiBSSIDProfileRowStatus OBJECT-TYPE
-- ********************************************************************
-- * Compliance statements
-- ********************************************************************
Expand Down
7 changes: 2 additions & 5 deletions v2/CISCO-LWAPP-TC-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ CLApIfType ::= TEXTUAL-CONVENTION
uwb(3),
dot11abgn(4),
rlan(5),
dot11_6ghz(6),
dot11_xor_5_6ghz(7)
dot11-6ghz(6),
dot11-xor-5-6ghz(7)
}

CLDot11Channel ::= TEXTUAL-CONVENTION
Expand Down Expand Up @@ -865,8 +865,5 @@ CLApNtpStatus ::= TEXTUAL-CONVENTION

END

END


-- %DNP% MLC -Compiled MLC

0 comments on commit 479ad97

Please sign in to comment.