implement switch brocade setup by configuring interfaces with operating mode access

This commit is contained in:
Ian Letourneau
2025-10-14 17:21:13 -04:00
parent 1265cebfa7
commit da5be17cb6
9 changed files with 401 additions and 44 deletions

3
Cargo.lock generated
View File

@@ -680,11 +680,13 @@ version = "0.1.0"
dependencies = [
"async-trait",
"env_logger",
"harmony_secret",
"harmony_types",
"log",
"regex",
"russh",
"russh-keys",
"serde",
"tokio",
]
@@ -2363,6 +2365,7 @@ dependencies = [
"once_cell",
"opnsense-config",
"opnsense-config-xml",
"option-ext",
"pretty_assertions",
"reqwest 0.11.27",
"russh",