From 347d1c93a7323c835d17c4cbc5b3c9b60bad3a05 Mon Sep 17 00:00:00 2001
From: parmentelat <thierry.parmentelat@inria.fr>
Date: Wed, 12 Dec 2018 10:22:10 +0100
Subject: [PATCH] comment off NM_CONTROLLED=no

---
 plnet.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plnet.py b/plnet.py
index 41a64bb..1af8db2 100755
--- 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']:
-- 
2.47.0