]> git.proxmox.com Git - pve-firewall.git/commit - src/PVE/Firewall.pm
fix invalid vmfw config being interpreted as enabled
authorMira Limbeck <m.limbeck@proxmox.com>
Wed, 24 Aug 2022 12:24:30 +0000 (14:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Aug 2022 14:36:43 +0000 (16:36 +0200)
commit60ab67f52df04c415004ff3e4d45335ca0a62307
treee82bdf0d0107d54d7046e2569bfb8002bfb5909e
parent7761d1a1a83bf8253bf9b1a304cc2fc71b227995
fix invalid vmfw config being interpreted as enabled

MAC filter was enabled as long as the VM firewall config existed even
with an invalid config.

With this change the check now matches the one for CTs.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
src/PVE/Firewall.pm