From: Guillaume Rousse <Guillaume.Rousse@inria.fr>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: [ANNOUNCE] Tree freeze for 3.2.0
Date: Wed, 07 Nov 2007 17:33:00 +0100 [thread overview]
Message-ID: <4731E8BC.3040101@inria.fr> (raw)
In-Reply-To: <C35771E7.180A6%Keir.Fraser@cl.cam.ac.uk>
[-- Attachment #1: Type: text/plain, Size: 638 bytes --]
Keir Fraser a écrit :
> On 7/11/07 12:49, "Guillaume Rousse" <Guillaume.Rousse@inria.fr> wrote:
>
>> May I ask then this patch I already submitted twice get included ?
>>
>> Basically, the original network-bridge scripts assume interface is the
>> last element on on the ouput line, whereas it is not always true,
>> especially if you use routing metrics.
>
> The code in the tree looks like your patch has been applied, yes. You can
> always check for yourself, of course.
The patch was reversed, sorry (/me sux).
here is the correct one.
--
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62
[-- Attachment #2: xen-unstable-network-bridge.patch --]
[-- Type: text/x-patch, Size: 529 bytes --]
Signed-off-by: Guillaume Rousse <Guillaume.Rousse@inria.fr>
--- network-bridge~ 2007-11-07 13:37:55.000000000 +0100
+++ network-bridge 2007-11-07 13:46:30.000000000 +0100
@@ -72,8 +72,8 @@
echo "$ifs"
}
-netdev=${netdev:-$(ip route list | awk '/^default / { print $NF }' |
- sed 's/.* dev //')}
+netdev=${netdev:-$(ip route list 0.0.0.0/0 | \
+ sed 's/.*dev \([a-z]\+[0-9]\+\).*$/\1/')}
if is_network_root ; then
altdevs=$(find_alt_device $netdev)
for netdev in $altdevs; do break; done
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
prev parent reply other threads:[~2007-11-07 16:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-07 11:58 [ANNOUNCE] Tree freeze for 3.2.0 Keir Fraser
2007-11-07 12:17 ` Yoni Yossef
2007-11-07 13:45 ` Keir Fraser
2007-11-07 12:49 ` Guillaume Rousse
2007-11-07 13:45 ` Keir Fraser
2007-11-07 16:33 ` Guillaume Rousse [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4731E8BC.3040101@inria.fr \
--to=guillaume.rousse@inria.fr \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.