X-Git-Url: http://git.onelab.eu/?p=pyplnet.git;a=blobdiff_plain;f=plnet.py;h=75a7eabf8ce5a15ac194b0bce373e30bf1e2f5ba;hp=bd07405eb57a527d53213472ed63f8246b951513;hb=1273494fde082f3e6166bb3e678af26965ec99e1;hpb=0a19da0e80f66f7704a46a95a9e5a8921aaee387 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']: