mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
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
This commit is contained in:
parent
c4e27dd441
commit
6a1cbf68b7
2 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue