Skip to content

Correct syntax errors #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions v2/CISCO-FC-FE-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -7049,10 +7049,10 @@ cffFcFeMIBComplianceRev17 MODULE-COMPLIANCE
DESCRIPTION
"Write access is not required."

OBJECT TransceiverPowerControl
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
-- OBJECT TransceiverPowerControl
-- MIN-ACCESS read-only
-- DESCRIPTION
-- "Write access is not required."

::= { cffFcFeMIBCompliances 19 }

Expand Down Expand Up @@ -7651,7 +7651,7 @@ fcIfGroupRev6 OBJECT-GROUP
fcIfTransceiverPower,
fcIfTransceiverPowerControl,
fcIfSysTransceiverPowerControlCapability,
fcIfSysTransceiverPowerControl,
fcIfSysTransceiverPowerControl
}
STATUS current
DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion v2/CISCO-ST-TC.my
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ FcIfSpeed ::= TEXTUAL-CONVENTION
thirtyTwoG (12) - 32GBit.
autoMaxThirtyTwoG (13) - Negotiate to determine the
speed automatically upto a
maximum of 32Gbit."
maximum of 32Gbit.
fiftyG (14) - 50GBit.
sixtyFourG (15) - 64GBit.
autoMaxSixtyFourG (16) - Negotiate to determine the
Expand Down