forked from NationTech/harmony
find ports in Brocade switch & configure port-channels (blind implementation)
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -674,6 +674,17 @@ dependencies = [
|
||||
"serde_with",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "brocade"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"harmony_types",
|
||||
"russh",
|
||||
"russh-keys",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "brotli"
|
||||
version = "8.0.2"
|
||||
@@ -2318,6 +2329,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"base64 0.22.1",
|
||||
"bollard",
|
||||
"brocade",
|
||||
"chrono",
|
||||
"cidr",
|
||||
"convert_case",
|
||||
|
||||
Reference in New Issue
Block a user