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

modules: snmp_config: multiple fixes #13

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Commits on Jul 4, 2024

  1. fix(sonic): add newline

    needed by  black linter
    cpaillet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ced82a5 View commit details
    Browse the repository at this point in the history
  2. fix(snmp_config): avoid unnecessary restarts and improve test mode

    - Prevent snmp.service from restarting if the configuration remains unchanged.
    - In test mode, determine if a change is needed. Set the result to None if a change is required;
      otherwise, set it to True.
    cpaillet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fc80456 View commit details
    Browse the repository at this point in the history