comment off NM_CONTROLLED=no
authorparmentelat <thierry.parmentelat@inria.fr>
Wed, 12 Dec 2018 09:22:10 +0000 (10:22 +0100)
committerparmentelat <thierry.parmentelat@inria.fr>
Wed, 12 Dec 2018 11:35:03 +0000 (12:35 +0100)
plnet.py

index d1eb293..40d1862 100755 (executable)
--- 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']: