X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=plnet.py;fp=plnet.py;h=40d18622991b21cba196c8d21b35814a5bfc75c7;hb=6db3e22f109d1f9d2f095f5250c2daa0bd4a4ddf;hp=d1eb293aa874db5ed2b83f9d1487ecd8a3a6e797;hpb=6a6ba520c62ffc5c1c96399574aa5dd4e4d1571a;p=pyplnet.git 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']: