mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-05 05:01:33 +00:00
kvmtool: Introduce downscript option for virtio-net
To detach tap device automatically from bridge when exiting, just like what the reverse of "script" does. Signed-off-by: Fan Du <fan.du@intel.com>
This commit is contained in:
committed by
Dimitri John Ledkov
parent
ad5ecfa6f5
commit
a6740cbebb
@@ -9,6 +9,7 @@ struct virtio_net_params {
|
||||
const char *guest_ip;
|
||||
const char *host_ip;
|
||||
const char *script;
|
||||
const char *downscript;
|
||||
const char *trans;
|
||||
const char *tapif;
|
||||
char guest_mac[6];
|
||||
|
||||
Reference in New Issue
Block a user