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

[LLDP]: Modify OID index of LLDPRemTableUpdater MIB #155

Merged
merged 2 commits into from
Aug 3, 2020

Commits on Jul 23, 2020

  1. [LLDP]: LLDPRemTableUpdater index in OID is a tuple of

    (if index, remote time mark, remote device index).
    In case of multi-asic platform, when querying this MIB it can happen
    that same if index result is seen in SNMP walk, with a different
    remote time mark. To avoid showing same if index result in the
    result, set remote time mark to 0.
    
    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    20cd324 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Add code comment.

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6e4e226 View commit details
    Browse the repository at this point in the history