]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/API2/Firewall/Host.pm
Add ndp option to host and VM firewall options
[pve-firewall.git] / src / PVE / API2 / Firewall / Host.pm
index 37a63b7035c28c0dbac7a0e5a99509d52cf4299d..130ca023b6ad9022e45918534fb74c88d526b48f 100644 (file)
@@ -84,7 +84,12 @@ my $option_properties = {
        type => 'integer',
        optional => 1,
        minimum => 7875,
        type => 'integer',
        optional => 1,
        minimum => 7875,
-    }
+    },
+    ndp => {
+       description => "Enable NDP.",
+       type => 'boolean',
+       optional => 1,
+    },
 };
 
 my $add_option_properties = sub {
 };
 
 my $add_option_properties = sub {