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

Brian C. Lane bcl at redhat.com
Tue Mar 18 23:32:51 UTC 2014


On Tue, Mar 18, 2014 at 11:58:59AM -0400, Chris Lumens wrote:
> ---
>  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

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list