From: Thierry Parmentelat Date: Thu, 7 Jul 2016 09:29:48 +0000 (+0200) Subject: set NM_CONTROLLED='no' X-Git-Tag: pyplnet-4.3-19~3 X-Git-Url: http://git.onelab.eu/?p=pyplnet.git;a=commitdiff_plain;h=1273494fde082f3e6166bb3e678af26965ec99e1 set NM_CONTROLLED='no' --- diff --git a/plnet.py b/plnet.py index bd07405..75a7eab 100755 --- a/plnet.py +++ b/plnet.py @@ -473,6 +473,8 @@ def prepDetails(interface, hostname=''): details = {} details['ONBOOT'] = 'yes' details['USERCTL'] = 'no' + # attempt to work around issues seen starting with f23 + details['NM_CONTROLLED'] = 'no' if interface['mac']: details['HWADDR'] = interface['mac'] if interface['is_primary']: