[PVE-User] Proposal to increase vmbr limit to 4094

Dietmar Maurer dietmar at proxmox.com
Wed Apr 21 10:36:36 CEST 2010


OK, I added that. But displaying 4095 entries in a combobox is too
much for IE - the GUI is quite slow. Any better idea how to select the bridge?

> +++ /usr/share/pve-manager/root/vmlist/create.htm	2010-04-20
> 15:14:45.000000000 -0700
> @@ -362,7 +362,7 @@
> 
>     my $brg;
>     foreach my $bn (@$bridges) {
> -     if ($bn =~ m/^vmbr([0-9]{1,3})$/) {
> +     if ($bn =~ m/^vmbr([0-9]{1,4})$/) {
>         push @$brg, [ "vlan$1", "vmbr$1" ];
>       }
>     }




More information about the pve-user mailing list