-
Notifications
You must be signed in to change notification settings - Fork 37
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
GetIndex #28
Comments
I'm assuming you're referring to this function: Line 109 in 841095e
If so, that method needs to be called on a row node (SmiNode with Kind==types.NodeRow) or table node (SmiNode with Kind==types.NodeTable). |
Say I run
how would I get the index so it would return ifIndex? |
I figured it out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having an error when calling gosmi.GetIndex() saying it is not declared by gosmi. Can you please provide an example of how to use GetIndex().
The text was updated successfully, but these errors were encountered: