[Bug 172698] system-config-network-tui does not support virtual ethernet devices

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 4 07:23:32 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: system-config-network-tui does not support virtual ethernet devices


https://bugzilla.redhat.com/show_bug.cgi?id=172698


jval at wippies.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED
  Status Whiteboard| bzcl34nup                  |bzcl34nup




------- Additional Comments From jval at wippies.com  2008-04-04 03:23 EST -------
Tested in F8. Yes, it doesn't crash anymore.

And it almost works properly too. One small bug: The device alias number setting
in the UI is always 0 (it doesn't read it from the DEVICE= line). If the device
is named e.g. as eth0:1 and you save its settings in the UI, it renames the
device to eth0:0 (modifies the DEVICE= line from eth0:1 to eth0:0). This is a
real problem also, because if you have multiple virtual devices, they all change
to eth0:0 if you modify them in the UI.

This is easy to fix. Make the UI to read the device alias number from the
DEVICE= line. The alias number value is the characters which are in the right
hand side of the ':' character. In regular expression this would be /:(.*)$/ -->
$1 or something (in Perl it would work like that - I don't know Python very
well). If $1 is empty, then you can use 0 as the default value. But if $1 is not
empty, the UI should use that.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list