]> git.proxmox.com Git - pve-docs.git/blame - gen-pve-firewall-host-opts.pl
add auto-generated host firewall options
[pve-docs.git] / gen-pve-firewall-host-opts.pl
CommitLineData
888c4116
DM
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);