2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-29 22:38:22 +00:00

Merge pull request #92 from sjtstg/nmcli-autoconnect

Confignet does not set autoconnect with network manager
This commit is contained in:
Jarrod Johnson
2023-08-17 08:06:54 -04:00
committed by GitHub

View File

@@ -253,6 +253,7 @@ class NetworkManager(object):
def apply_configuration(self, cfg):
cmdargs = {}
cmdargs['connection.autoconnect'] = 'yes'
stgs = cfg['settings']
cmdargs['ipv6.method'] = stgs.get('ipv6_method', 'link-local')
if stgs.get('ipv6_address', None):