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