[PATCH] Add a setting to network.py that got left out of the cherry-pick.

Chris Lumens clumens at redhat.com
Tue Mar 18 15:58:59 UTC 2014


---
 pyanaconda/ui/gui/spokes/network.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
index 96c19f5..595c90b 100644
--- a/pyanaconda/ui/gui/spokes/network.py
+++ b/pyanaconda/ui/gui/spokes/network.py
@@ -855,6 +855,7 @@ class NetworkControlBox(GObject.GObject):
                 vlanid = dev_cfg.device.get_vlan_id()
             else:
                 vlanid = dev_cfg.setting_value("vlan", "id")
+            parent = dev_cfg.setting_value("vlan", "parent")
             self._set_device_info_value("wired", "vlanid", str(vlanid))
             self._set_device_info_value("wired", "parent", parent)
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list