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 IPv6 support to SNMP class #84

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

lunkwill42
Copy link
Member

The zino.snmp.SNMP class did not support talking to devices over IPv6. While the Zino 1 codebase doesn't support this, adding that support to Zino 2 is easy, and has been supported in the config file since the first commit of the config parser.

This was tested to work against devices actually running on IPv6.

@lunkwill42 lunkwill42 requested a review from stveit October 6, 2023 13:44
@lunkwill42 lunkwill42 self-assigned this Oct 6, 2023
@github-actions
Copy link

github-actions bot commented Oct 6, 2023

Test results

    3 files      3 suites   52s ⏱️
100 tests 100 ✔️ 0 💤 0
300 runs  300 ✔️ 0 💤 0

Results for commit 1c50d4b.

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #84 (1c50d4b) into master (04c37f0) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   94.28%   94.29%   +0.01%     
==========================================
  Files          22       22              
  Lines        1137     1139       +2     
==========================================
+ Hits         1072     1074       +2     
  Misses         65       65              
Files Coverage Δ
src/zino/snmp.py 96.39% <100.00%> (+0.04%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Oct 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lunkwill42 lunkwill42 merged commit a21ddd4 into Uninett:master Oct 12, 2023
9 checks passed
@lunkwill42 lunkwill42 deleted the feature/ipv6-support branch October 12, 2023 13:24
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

Successfully merging this pull request may close these issues.

2 participants