Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 75982 Details for
Bug 117406
bridge_add_ in /etc/conf.d/net not being recognised
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the issue
bridge.patch (text/plain), 849 bytes, created by
Roy Marples (RETIRED)
on 2006-01-02 04:10:06 UTC
(
hide
)
Description:
Fixes the issue
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2006-01-02 04:10:06 UTC
Size:
849 bytes
patch
obsolete
>Index: net-scripts/net.modules.d/bridge >=================================================================== >--- lib/rcscripts/net.modules.d/bridge (revision 1778) >+++ net-scripts/net.modules.d/bridge (working copy) >@@ -131,22 +131,24 @@ > if [[ -z ${!ports} && -n ${!briface} ]]; then > ports="${iface}" > iface="${!briface}" >+ else >+ ports="${!ports}" > fi > > # Create the bridge if needed > bridge_exists "${iface}" || bridge_create "${iface}" > >- if [[ -n ${!ports} ]]; then >+ if [[ -n ${ports} ]]; then > einfo "Adding ports to ${iface}" > eindent > >- for i in ${!ports}; do >+ for i in ${ports}; do > interface_exists "${i}" && continue > eerror "interface ${i} does not exist" > return 1 > done > >- for i in ${!ports}; do >+ for i in ${ports}; do > ebegin "${i}" > bridge_add_port "${iface}" "${i}" > eend $? || return 1
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 117406
: 75982