mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 17:28:31 +00:00
core: fix SDN vnet network parameter to use bridge instead of vnet (#15527)
This commit is contained in:
parent
be21f7517a
commit
a8eedc1848
1 changed files with 1 additions and 1 deletions
|
|
@ -3930,7 +3930,7 @@ build_container() {
|
|||
|
||||
NET_STRING="-net0 name=eth0,bridge=${BRG:-vmbr0}"
|
||||
if [[ -n "${var_sdn_vnet:-${SDN_VNET:-}}" ]]; then
|
||||
NET_STRING="-net0 name=eth0,vnet=${var_sdn_vnet:-$SDN_VNET}"
|
||||
NET_STRING="-net0 name=eth0,bridge=${var_sdn_vnet:-$SDN_VNET}"
|
||||
fi
|
||||
|
||||
# MAC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue