fix: Don't set script with file descriptor (#125)
This commit is contained in:
parent
1e851b3c82
commit
36dac0f0bf
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ configureDHCP() {
|
|||
error "VHOST can not be found ($rc). $ADD_ERR --device=/dev/vhost-net" && return 1
|
||||
fi
|
||||
|
||||
NET_OPTS="-netdev tap,id=hostnet0,vhost=on,vhostfd=40,fd=30,script=no,downscript=no"
|
||||
NET_OPTS="-netdev tap,id=hostnet0,vhost=on,vhostfd=40,fd=30"
|
||||
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue