]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/API2/Firewall/VM.pm
Add radv option to VM options.
[pve-firewall.git] / src / PVE / API2 / Firewall / VM.pm
index 9cca0c66084f69e6651d95d4bd774bcba64d3815..aad973bb33e2fe9bedeb886845d995be9725935f 100644 (file)
@@ -33,6 +33,11 @@ my $option_properties = {
        type => 'boolean',
        optional => 1,
     },
+    radv => {
+       description => "Allow sending Router Advertisement.",
+       type => 'boolean',
+       optional => 1,
+    },
     policy_in => {
        description => "Input policy.",
        type => 'string',