WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Re: [Xen-devel] Xen 3.0.0 released!

On Thu, 2005-12-08 at 15:55 +0000, Ewan Mellor wrote:
> On Wed, Dec 07, 2005 at 04:36:11PM -0600, Adam Heath wrote:
> 
> > > > 2) vif-route.sh is buggy; it doesn't handle the case where
> > > > multiple adapters
> > > >    exist.  So, dom0_ip(and the functions it calls) ends up
> > > > returning 2 ip
> > > >    addresses, which makes ifconfig complain.
> > > >
> > > >    I've got a fix hot-patched on our deployed server, I'll be
> > > > sending that
> > > >    soon.
> > >
> > > Please post it, thanks.
> > 
> > In vif-common.sh, ip_of should be this:
> > ==
> > function ip_of()
> > {
> >   ip addr show "$1" | awk "/^.*inet.*$1\$/{print \$2}" | sed 's,/.*,,'
> > }
> > ==
> 
> Applied, thanks.
> 

Which tree is it applied to?  I don't think changeset 8920 of
http://xenbits.xensource.com/xen-unstable.hg reflects this change.  I
believe I've had this problem too.

Thanks!
Andrew

> Ewan.
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>