From: parmentelat Date: Wed, 12 Dec 2018 09:22:10 +0000 (+0100) Subject: comment off NM_CONTROLLED=no X-Git-Tag: pyplnet-7.0-0~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6db3e22f109d1f9d2f095f5250c2daa0bd4a4ddf;p=pyplnet.git comment off NM_CONTROLLED=no --- diff --git a/plnet.py b/plnet.py index d1eb293..40d1862 100755 --- a/plnet.py +++ b/plnet.py @@ -476,8 +476,9 @@ def prepDetails(interface, hostname=''): details = {} details['ONBOOT'] = 'yes' details['USERCTL'] = 'no' + # starting with f27, it's OK to use NetworkManager # attempt to work around issues seen starting with f23 - details['NM_CONTROLLED'] = 'no' + # details['NM_CONTROLLED'] = 'no' if interface['mac']: details['HWADDR'] = interface['mac'] if interface['is_primary']: