set NM_CONTROLLED='no'
[pyplnet.git] / plnet.py
index bd07405..75a7eab 100755 (executable)
--- 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']: