From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nivedita Singhvi Subject: Re: RE: new /etc/xen/network script Date: Wed, 17 Aug 2005 04:43:13 -0700 Message-ID: <430322D1.7040807@comcast.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: Ian Pratt , xen-devel@lists.xensource.com, "Zhai, Edwin" , James Bulpin List-Id: xen-devel@lists.xenproject.org Ian Pratt wrote: > I thought it might be an old address from when it was eth0 getting > resurected, hence the line I added. I wander if 'ifconfig ${netdev} > 0.0.0.0 down' would work better? One of the advantages to using the ifup/ifdown distro interface manipulation scripts is to also have them take care of the other things (radvd restart, ipv6, ipsec issues, ifup/down*local* scripts which might be doing other things when interfaces go up and down). We aren't taking care of a lot of the other subsystems here, and I see the advantage in using the system configuration scripts as far as possible. The ifconfig line above would work in most cases, though, works for me ;). thanks, Nivedita