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>
Mon, 17 Dec 2018 07:45:54 +0000 (08:45 +0100)
plnet.py

index 41a64bb..1af8db2 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']: