ia64/xen-unstable
changeset 1753:17be2261d755
bitkeeper revision 1.1067 (40f2bd0b02G1p040wyFochIouDyVAg)
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Mon Jul 12 16:32:11 2004 +0000 (2004-07-12) |
parents | cd887a8fa08a 9dc267c240e7 |
children | 095e969226c4 |
files | tools/python/xen/xm/create.py |
line diff
1.1 --- a/tools/python/xen/xm/create.py Mon Jul 12 15:58:21 2004 +0000 1.2 +++ b/tools/python/xen/xm/create.py Mon Jul 12 16:32:11 2004 +0000 1.3 @@ -348,7 +348,7 @@ def preprocess_ip(opts, vals): 1.4 or vals.gateway or vals.dhcp or vals.interface) 1.5 if not setip: return 1.6 ip = (vals.ip 1.7 - + ':' 1.8 + + ':' + '1.2.3.4' 1.9 + ':' + vals.gateway 1.10 + ':' + vals.netmask 1.11 + ':' + vals.hostname