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

Add MIB override/tweaks to the generator #166

Closed
SuperQ opened this issue May 30, 2017 · 2 comments
Closed

Add MIB override/tweaks to the generator #166

SuperQ opened this issue May 30, 2017 · 2 comments

Comments

@SuperQ
Copy link
Member

SuperQ commented May 30, 2017

In order to support various MIB bugsfeatures we should have a series of overrides.

modules:
  example:
    walk: [sysUpTime, interfaces, ifXTable, etc]
    lookups:
      - old_index: ifIndex
        new_index: ifDescr
    string_regexps:
      - oid: stringPiOID
        regex: Pi is (\d+\.\d+)
    excludes:
      - uselessOID
      - otherUselessOID

TODO: configurations for augments and syntax changes.

Comments/suggestions welcome.

@SuperQ
Copy link
Member Author

SuperQ commented May 30, 2017

CC: @RichiH @fjaeckel

@brian-brazil
Copy link
Contributor

Dupe of #150

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

No branches or pull requests

2 participants