mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 08:19:15 +00:00
bugfix : add missing queues nic option in print_net
Currently the nic queues option is removed when we try to update config Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
093725e829
commit
8b6c557980
@ -1431,6 +1431,7 @@ sub print_net {
|
|||||||
$res .= ",tag=$net->{tag}" if $net->{tag};
|
$res .= ",tag=$net->{tag}" if $net->{tag};
|
||||||
$res .= ",firewall=1" if $net->{firewall};
|
$res .= ",firewall=1" if $net->{firewall};
|
||||||
$res .= ",link_down=1" if $net->{link_down};
|
$res .= ",link_down=1" if $net->{link_down};
|
||||||
|
$res .= ",queues=$net->{queues}" if $net->{queues};
|
||||||
|
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user