]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commit
Pass all parameters to -net tap,... as env vars to if script xen.netscriptenv
authorIan Jackson <iwj@mariner.uk.xensource.com>
Fri, 13 Jun 2008 10:55:28 +0000 (11:55 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 13 Jun 2008 10:55:28 +0000 (11:55 +0100)
commitb3848f8fc4bf01cb860a6a82da6018e0a0ccb84c
tree8ed765a30f906dd0789a6acb03cec98a7ec157ef
parentcbbb135b2c2637f7acc408d11ce2af91f245fa8d
Pass all parameters to -net tap,... as env vars to if script

qemu_ifup and qemu_ifdown now get in environment variables the values
of all of the settings specified on the command line.  Each parameter
<foo> actually specified appears in an environment variable
QEMU_IF_<foo>.  (NB this variable typically has some lowercase
letters.)

Currently only parameters actually specified appear in the
environment; settings which take their default values are not provided
to the scripts.
vl.c