6 messages in com.xensource.lists.xen-develRe: [Xen-devel] Why rename default br...
FromSent OnAttachments
Satoshi Uchida28 Oct 2005 01:59 
Ian Pratt28 Oct 2005 09:16 
Takekazu Okamoto30 Oct 2005 01:44 
Ted Kaczmarek30 Oct 2005 02:06 
Ewan Mellor30 Oct 2005 02:32 
Satoshi Uchida30 Oct 2005 16:53 
Subject:Re: [Xen-devel] Why rename default bridge name ?
From:Ewan Mellor (ew@xensource.com)
Date:10/30/2005 02:32:28 AM
List:com.xensource.lists.xen-devel

On Sun, Oct 30, 2005 at 05:06:59AM -0500, Ted Kaczmarek wrote:

On Sun, 2005-10-30 at 17:45 +0900, Takekazu Okamoto wrote:

Uchida-san,

"Satoshi Uchida" <s-uc@ap.jp.nec.com> 2005/10/28 17:59:44 >>>

In network scripit, defualt bridge name replace from xen-br0 to xenbr0 (removed - (hyphen) ). Why rename default bridge name?

This may help you to understand why this happens. http://lists.xensource.com/archives/html/xen-devel/2005-10/msg00953.html

These types of changes would be must less painful if the hg summary had some mention of it :-)

It did.

http://xenbits.xensource.com/xen-unstable.hg?cmd=changeset;node=18eb059ae47159b8c89eae880ed939245934c751

...

Plus Kurt's avoid-dash patch:

the network setup scripts on SUSE have trouble with the bridge name xen-br0; they don't expect the '-'. Arguably this should be fixed. But I assume there's more scripts out there which may not like it, so I suggest the following patch to rename xen-br0 to xenbr0.

Ewan.