2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-04 21:12:05 +00:00

Correct syntax error in confignet

This commit is contained in:
Jarrod Johnson 2025-01-24 11:12:25 -05:00
parent 67aaee3b4e
commit 79d5a637a7

View File

@ -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