ia64/xen-unstable
changeset 1473:961d5215a403
bitkeeper revision 1.946.1.6 (40cdc926l8Wh79r18XRQwvpcDIDqXA)
Add a config line for the network interface.
Add a config line for the network interface.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Mon Jun 14 15:49:58 2004 +0000 (2004-06-14) |
parents | cb46d894f7e6 |
children | 3cf2ba082a24 |
files | tools/examples/xm_dom_create.py |
line diff
1.1 --- a/tools/examples/xm_dom_create.py Mon Jun 14 11:22:53 2004 +0000 1.2 +++ b/tools/examples/xm_dom_create.py Mon Jun 14 15:49:58 2004 +0000 1.3 @@ -253,6 +253,9 @@ def make_domain_config(): 1.4 ['func', func] ] 1.5 config_devs.append(['device', config_pci]) 1.6 1.7 + # Add one vif with unspecified MAC. 1.8 + config_devs.append(['device', ['vif']]) 1.9 + 1.10 config += config_devs 1.11 1.12 config_vfr = ['vfr']