mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
bin: vhost_user_net: Rename "--backend" to "--net-backend"
This will prevent it from conflicting when it is aggregated into the cloud-hypervisor binary. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -2638,7 +2638,7 @@ mod tests {
|
||||
// Start the daemon
|
||||
let mut daemon_child = Command::new("target/release/vhost_user_net")
|
||||
.args(&[
|
||||
"--backend",
|
||||
"--net-backend",
|
||||
format!(
|
||||
"ip={},mask=255.255.255.0,sock=/tmp/vunet.sock,num_queues=4,queue_size=1024",
|
||||
guest.network.host_ip
|
||||
|
||||
Reference in New Issue
Block a user