Skip to content
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

Remove mibBuilder from MBG-SYNCBOX-N2X-MIB.py #666

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

davidvng
Copy link
Contributor

Description

Removes mibBuilder from MBG-SYNCBOX-N2X-MIB.py which had overwritten the mibBuilder instantiated in snmp.py, thus removing the MIB_SOURCE path added in snmp.py.

Motivation and Context

The Syncbox Agent was failing due to SNMP not being able to find the new MIB. This import at the top of the MIB file was automatically generated from using mibdump.py to convert the ASN1 file to a .py MIB.

How Has This Been Tested?

Tested on Syncbox agent running on daq-dev

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link
Member

@BrianJKoopman BrianJKoopman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great find!

@BrianJKoopman BrianJKoopman merged commit 366ea3b into main Apr 30, 2024
7 checks passed
@BrianJKoopman BrianJKoopman deleted the syncbox branch April 30, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants