diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-28 10:11:17 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-28 10:11:17 +0000 |
commit | f5fc9975460bbd024a0fcea08e03cb3598d556a1 (patch) | |
tree | 52fc7443cb4b5e5269842d24087c175fb5404feb /qemu-doc.texi | |
parent | 01a4afeb99ff8d6174e1fdd726cb95017f5a9b07 (diff) |
qemu-doc.texi: document downscript network option
From Guido Günther, through the Debian BTS.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5806 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 1735d92241..16ec1ffa34 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -616,13 +616,15 @@ Use the user mode network stack which requires no administrator privilege to run. @option{hostname=name} can be used to specify the client hostname reported by the builtin DHCP server. -@item -net tap[,vlan=@var{n}][,fd=@var{h}][,ifname=@var{name}][,script=@var{file}] +@item -net tap[,vlan=@var{n}][,fd=@var{h}][,ifname=@var{name}][,script=@var{file}][,downscript=@var{dfile}] Connect the host TAP network interface @var{name} to VLAN @var{n} and use the network script @var{file} to configure it. The default network script is @file{/etc/qemu-ifup}. Use @option{script=no} to -disable script execution. If @var{name} is not -provided, the OS automatically provides one. @option{fd}=@var{h} can be -used to specify the handle of an already opened host TAP interface. Example: +disable script execution. If @var{name} is not provided, the OS automatically +provides one. Use network script @var{dfile} to deconfigure the interface. Use +@option{downscript=no} to disable script execution. @option{fd}=@var{h} can be +used to specify the handle of an already opened host TAP interface. +Example: @example qemu linux.img -net nic -net tap |