ia64/xen-unstable
changeset 13079:c700f2346f9c
Minor tidyup.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Sun Dec 17 23:59:08 2006 +0000 (2006-12-17) |
parents | ab232025ae29 |
children | a7da43e10ab3 |
files | tools/python/xen/xend/server/netif.py |
line diff
1.1 --- a/tools/python/xen/xend/server/netif.py Sun Dec 17 18:24:40 2006 +0000 1.2 +++ b/tools/python/xen/xend/server/netif.py Sun Dec 17 23:59:08 2006 +0000 1.3 @@ -140,7 +140,7 @@ class NetifController(DevController): 1.4 1.5 script = os.path.join(xroot.network_script_dir, 1.6 config.get('script', xroot.get_vif_script())) 1.7 - typ = config.get('type') 1.8 + typ = config.get('type') 1.9 bridge = config.get('bridge') 1.10 mac = config.get('mac') 1.11 vifname = config.get('vifname')