]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/API2/Firewall/VM.pm
Add ndp option to host and VM firewall options
[pve-firewall.git] / src / PVE / API2 / Firewall / VM.pm
index f4834918b35212e270c359257311139150b698ef..9cca0c66084f69e6651d95d4bd774bcba64d3815 100644 (file)
@@ -28,6 +28,11 @@ my $option_properties = {
        type => 'boolean',
        optional => 1,
     },
+    ndp => {
+       description => "Enable NDP.",
+       type => 'boolean',
+       optional => 1,
+    },
     policy_in => {
        description => "Input policy.",
        type => 'string',