Go to file
Dominic Jäger 7bff067a38 vlan edit: Fix automatic field disabling
The regex are are created as literals (with // and not new RegExp).
Therefore
 - The old Vlan_match value with double \\  has matched e.g. vlan\ddd instead
   of e.g. vlan123 and
 - the old VlanInterface_match value with double \\ has matched e.g.
   \www\X\dddd instead of e.g. vmbr0.1234

This fixes automatically disabling the fields vlan-raw-device and vlan-id (VLAN
tag) in the VLAN edit window.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
2021-02-09 13:45:11 +01:00
debian bump version to 2.4-4 2021-01-15 16:24:12 +01:00
src vlan edit: Fix automatic field disabling 2021-02-09 13:45:11 +01:00
Makefile buildsys: improve clean target 2020-11-02 07:41:30 +01:00