]> git.proxmox.com Git - pve-firewall.git/commitdiff
config defaults: macfilter defaults to on
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 15 May 2022 06:47:03 +0000 (08:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 15 May 2022 06:47:03 +0000 (08:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Firewall.pm

index 11f07d1d11391a9094997eac3e6317ab1893ac59..71746d227149b1b739269e3036df037eb91143ce 100644 (file)
@@ -1357,7 +1357,7 @@ our $vm_option_properties = {
     macfilter => {
        description => "Enable/disable MAC address filter.",
        type => 'boolean',
-       default => 0,
+       default => 1,
        optional => 1,
     },
     dhcp => {