Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57023 Details for
Bug 90143
GLIClientController calls an undefined function in its network setup routines.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes issue.
GLIClientController.patch (text/plain), 808 bytes, created by
Christopher Hotchkiss
on 2005-04-23 10:17:58 UTC
(
hide
)
Description:
Fixes issue.
Filename:
MIME Type:
Creator:
Christopher Hotchkiss
Created:
2005-04-23 10:17:58 UTC
Size:
808 bytes
patch
obsolete
>Index: GLIClientController.py >=================================================================== >RCS file: /var/cvsroot/gentoo/src/installer/src/GLIClientController.py,v >retrieving revision 1.51 >diff -a -u -r1.51 GLIClientController.py >--- GLIClientController.py 15 Apr 2005 21:02:18 -0000 1.51 >+++ GLIClientController.py 23 Apr 2005 17:17:38 -0000 >@@ -272,7 +272,7 @@ > if not GLIUtility.set_ip(net_data[0], net_data[1], net_data[2], net_data[3]): > raise GLIException("SetIPError", 'fatal', 'configure_networking', "Could not set the IP address!") > >- route = self._configuration.get_default_gateway()[1] >+ route = net_data[4] > if not GLIUtility.set_default_route(route): > raise GLIException("DefaultRouteError", 'fatal','configure_networking', "Could not set the default route!") >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 90143
: 57023