set NM_CONTROLLED='no'
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Jul 2016 09:29:48 +0000 (11:29 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Jul 2016 10:21:00 +0000 (12:21 +0200)
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']: