All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Theurer <habanero@us.ibm.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] fix network-bridge stop
Date: Wed, 14 Sep 2005 12:25:43 -0500	[thread overview]
Message-ID: <43285D17.90803@us.ibm.com> (raw)
In-Reply-To: <f7eb38af574f4d4d1e0c0962ff1c91ee@cl.cam.ac.uk>

Keir Fraser wrote:

>
> On 14 Sep 2005, at 16:51, Andrew Theurer wrote:
>
>> During my attempts to get the latest bridge networking model working 
>> on my
>> system, I often invoked 'network-bridge stop' with total failure.  
>> Attached
>> is an updated version that works.
>
>
> Just to clarify: presumably the problem with the current script, that 
> your patch fixes, is that it tests for and tears down veth0, when in 
> fact veth0 has been renamed to eth0, and eth0 to peth0? :-)

Yes, the script in current xen-unstable, when running "stop",  tests for 
veth0, which does not exist because it has been renamed to eth0.  It now 
tests for peth0, since that is the only real indication that veth0 was 
used in the first place.   There are other small fixes like removal or 
hard coded "peth0", removal of unconditional 'brctl delif xen-br0 eth0', 
and reversal of ethernet naming.

-Andrew

  reply	other threads:[~2005-09-14 17:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14 15:51 [PATCH] fix network-bridge stop Andrew Theurer
2005-09-14 16:39 ` Keir Fraser
2005-09-14 17:25   ` Andrew Theurer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-09-14 20:50 Ian Pratt

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=43285D17.90803@us.ibm.com \
    --to=habanero@us.ibm.com \
    --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.