[PATCH rhel7-branch] network: fix network spoke status for bond devices (#1068693)

Radek Vykydal rvykydal at redhat.com
Fri Sep 5 07:47:25 UTC 2014


On 09/02/2014 10:09 PM, Chris Lumens wrote:
>> Resolves: rhbz#1068693
>> ---
>>   pyanaconda/network.py | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/pyanaconda/network.py b/pyanaconda/network.py
>> index 75d2711..68dfcc2 100644
>> --- a/pyanaconda/network.py
>> +++ b/pyanaconda/network.py
>> @@ -1275,6 +1275,7 @@ def status_message():
>>               nonslaves = [dev for dev in active_devs if dev not in all_slaves]
>>   
>>               if len(nonslaves) == 1:
>> +                devname = nonslaves[0]
>>                   if nm.nm_device_type_is_ethernet(devname):
>>                       msg = _("Wired (%(interface_name)s) connected") \
>>                             % {"interface_name": devname}
> This should be on rhel7-branch as a part of 5eb02d01.
>

Okay, thanks.


More information about the anaconda-patches mailing list