summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-02-02 00:37:56 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-02-02 00:37:56 +0000
commit6a1cbf68b7cbb6967f218a2cf65345518b49706a (patch)
tree8225653fc4e3a4ed3a3da53215e844b23e3ee867 /qemu-doc.texi
parentc4e27dd441d0271d448043d0c326b995b1f3ed17 (diff)
downloadqemu-6a1cbf68b7cbb6967f218a2cf65345518b49706a.tar.gz
script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2376 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 0874f4c045..34f5a59d6d 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -358,7 +358,8 @@ hostname reported by the builtin DHCP server.
@item -net tap[,vlan=n][,fd=h][,ifname=name][,script=file]
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}. If @var{name} is not
+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=h} can be
used to specify the handle of an already opened host TAP interface. Example: