From: mjw@wray-m-3.hpl.hp.com Date: Mon, 14 Jun 2004 15:49:58 +0000 (+0000) Subject: bitkeeper revision 1.946.1.6 (40cdc926l8Wh79r18XRQwvpcDIDqXA) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18155^2~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4f83ed85d5d6e4c746c2f02afc779635a26dc57c;p=xen.git bitkeeper revision 1.946.1.6 (40cdc926l8Wh79r18XRQwvpcDIDqXA) Add a config line for the network interface. --- diff --git a/tools/examples/xm_dom_create.py b/tools/examples/xm_dom_create.py index ce89426f9d..4ae6d7c472 100755 --- a/tools/examples/xm_dom_create.py +++ b/tools/examples/xm_dom_create.py @@ -253,6 +253,9 @@ def make_domain_config(): ['func', func] ] config_devs.append(['device', config_pci]) + # Add one vif with unspecified MAC. + config_devs.append(['device', ['vif']]) + config += config_devs config_vfr = ['vfr']