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

View File

@@ -14,3 +14,5 @@ tokio.workspace = true
log.workspace = true
env_logger.workspace = true
regex = "1.11.3"
harmony_secret = { path = "../harmony_secret" }
serde.workspace = true