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

Fix undefined variable and warning message #134

Merged
merged 8 commits into from
Jun 25, 2020

Commits on Jun 16, 2020

  1. Fix errors introduced.

    Add namespace test case for fdb related MIB.
    
    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5eab69a View commit details
    Browse the repository at this point in the history
  2. Make sure that db connections are done in MIB class init

    functions. Multiple connect is causing an increase in run
    time causing agentx connection to close.
    
    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1dced6e View commit details
    Browse the repository at this point in the history
  3. Minor fix

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ffe4d38 View commit details
    Browse the repository at this point in the history
  4. Add mock asic_db.

    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    20dd2e2 View commit details
    Browse the repository at this point in the history
  5. Remove trailing whitespace.

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

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    1eb43df View commit details
    Browse the repository at this point in the history
  2. Fix to make sure pubsub channel in LLDPRemManAddrUpdater is

    not created everytime in update_data but is created only if
    the channel was not created previously.
    
    Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
    SuvarnaMeenakshi committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    3442ff9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Fix as per review comments.

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