Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67388 Details for
Bug 104415
baselayout-1.12.0_pre7 cannot start net.lo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes kernel 2.6.13 + ifconfig lo issue
ifconfig.patch (text/plain), 583 bytes, created by
Roy Marples (RETIRED)
on 2005-08-31 23:02:10 UTC
(
hide
)
Description:
fixes kernel 2.6.13 + ifconfig lo issue
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2005-08-31 23:02:10 UTC
Size:
583 bytes
patch
obsolete
>diff -u net.modules.d/ifconfig /lib/rcscripts/net.modules.d/ifconfig >--- net.modules.d/ifconfig 2005-08-30 18:49:36.000000000 +0100 >+++ /lib/rcscripts/net.modules.d/ifconfig 2005-09-01 06:58:57.000000000 +0100 >@@ -361,8 +361,7 @@ > fi > > # Some kernels like to apply lo with an address when they are brought up >- if [[ ${iface} == "lo" \ >- || ${config[@]} == "127.0.0.1/8 broadcast 127.255.255.255" ]]; then >+ if [[ ${iface} == "lo" && ${config[@]} == "127.0.0.1 netmask 255.0.0.0 broadcast 127.255.255.255" ]]; then > ifconfig "${iface}" ${config[@]} 2>/dev/null > r="0" > else
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 104415
:
67384
|
67388
|
67389