feat/brocade_snmp #193

Open
wjro wants to merge 2 commits from feat/brocade_snmp into master
Owner
No description provided.
wjro added 2 commits 2025-11-14 17:49:24 +00:00
johnride reviewed 2025-11-14 17:54:39 +00:00
@@ -0,0 +16,4 @@
#[derive(Debug, Clone, Serialize)]
pub struct BrocadeEnableSnmpScore {
pub server_ips: Vec<IpAddr>,
Owner

switch_ips or just ips if this is the ip address to reach the switches management interface.

`switch_ips` or just `ips` if this is the ip address to reach the switches management interface.
All checks were successful
Run Check Script / check (pull_request) Successful in 2m4s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/brocade_snmp:feat/brocade_snmp
git checkout feat/brocade_snmp
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NationTech/harmony#193
No description provided.