]> git.proxmox.com Git - pve-docs.git/blame_incremental - gen-pve-firewall-host-opts.pl
add auto-generated VM firewall options
[pve-docs.git] / gen-pve-firewall-host-opts.pl
... / ...
CommitLineData
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PVE::Firewall;
7use PVE::RESTHandler;
8
9my $prop = $PVE::Firewall::host_option_properties;
10
11print PVE::RESTHandler::dump_properties($prop);