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

Bengt Lindholm bengt.lindholm at salnet.fi
Tue Nov 14 10:19:20 UTC 2006


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


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


yufanyufan at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yufanyufan at gmail.com




------- Additional Comments From yufanyufan at gmail.com  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.





More information about the fedora-list mailing list