From 79d5a637a7184bc55717405ca3708df9aefe1ccc Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 24 Jan 2025 11:12:25 -0500 Subject: [PATCH] Correct syntax error in confignet --- confluent_osdeploy/common/profile/scripts/confignet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/common/profile/scripts/confignet b/confluent_osdeploy/common/profile/scripts/confignet index f9818c62..64d3dbc0 100644 --- a/confluent_osdeploy/common/profile/scripts/confignet +++ b/confluent_osdeploy/common/profile/scripts/confignet @@ -305,7 +305,7 @@ class NetworkManager(object): 'lacp': '802.3ad', 'loadbalance': 'balance-alb', 'roundrobin': 'balance-rr', - 'activebackup:' 'active-backup', + 'activebackup': 'active-backup', } def __init__(self, devtypes, deploycfg): self.deploycfg = deploycfg