Hi,
I have a proxmox VM with the following network configuration:
I wanted to add VLAN 5 to the trunk without having to reboot the VM. I first added ";5" to the configuration line.
But I ended up doing on the hypervisor where the VM is running:
Is there a way to force a VM network configuration update via qm command or web UI ?
I have a proxmox VM with the following network configuration:
net0: virtio=xx,bridge=vmbr0,trunks=2;3;4
I wanted to add VLAN 5 to the trunk without having to reboot the VM. I first added ";5" to the configuration line.
But I ended up doing on the hypervisor where the VM is running:
bridge vlan add vid 5 dev tapNNNi0
Is there a way to force a VM network configuration update via qm command or web UI ?