Solved: System-config-network does not save the added route (Bug 214757)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Summary: System-config-network does not save the added route


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


yufanyufan@xxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yufanyufan@xxxxxxxxx




------- Additional Comments From yufanyufan@xxxxxxxxx  2006-11-13 08:37 EST -------
This is caused by a minor mistake in
/usr/share/system-config-network/netconfpkg/gui/editadress.py.
To fix this, Modify line 89-91 of editadress.py to the following:
        self.route.Address = self.xml.get_widget('addressEntry').get_text()
        self.route.Netmask = self.xml.get_widget('netmaskEntry').get_text()
        self.route.Gateway = self.xml.get_widget('gatewayEntry').get_text()
Then, It'll be all right.



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux