Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101841 Details for
Bug 154847
Tap driver ip configuration fails on 1 st attempts; succeeds thereafter
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bring interfaces up earlier
x (text/plain), 678 bytes, created by
Roy Marples (RETIRED)
on 2006-11-13 08:26:03 UTC
(
hide
)
Description:
Bring interfaces up earlier
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2006-11-13 08:26:03 UTC
Size:
678 bytes
patch
obsolete
>Index: net.lo >=================================================================== >--- init.d/net.lo (revision 2381) >+++ net.lo (working copy) >@@ -667,6 +667,8 @@ > local -a config=() fallback=() fallback_route=() conf=() a=() b=() > local ifvar=$(bash_variable "$1") i= j= metric=0 > >+ interface_exists "${iface}" && interface_up "${iface}" >+ > # pre Start any modules with > for mod in ${MODULES[@]}; do > if is_function "${mod}_pre_start" ; then >@@ -674,6 +676,8 @@ > fi > done > >+ interface_exists "${iface}" && interface_up "${iface}" >+ > x="metric_${ifvar}" > # If we don't have a metric then calculate one > # Our modules will set the metric variable to a suitable base
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 154847
: 101841