Since I needed more than the predefined 9 virtual bridges/vlans, I decided to dive into the source code and modify some stuff, allowing me to create up to 999 virtual bridges.
It might also be useful so some of you.
How to apply:
Download the attached file archive to your Proxmox server and put it in /root for example.
The 1.4 release will probably break this, but chances are that you're still able to apply the patch if these particular code snippets don't change. This patch is made for pve-manager/1.3/4023.
It might also be useful so some of you.
How to apply:
Download the attached file archive to your Proxmox server and put it in /root for example.
Code:
mv BridgeVlanPatch.zip BridgeVlanPatch.tar
tar xvf BridgeVlanPatch.tar
patch -p0 /usr/share/perl5/PVE/QemuServer.pm ./Perl5PVEQemuServerPm.patch
patch -p0 /usr/share/perl5/PVE/Utils.pm ./Perl5PVEUtilsPm.patch
patch -p0 /usr/share/pve-manager/root/qemu/hardware.htm ./PveManagerRootQemuHardwareHtm.patch
patch -p0 /usr/share/pve-manager/root/system/index.htm ./PveManagerRootSystemIndexHtm.patch
sh ./createBridgeScripts.sh
Attachments
Last edited: