pve-docs/gen-pve-firewall-host-opts.pl
2016-04-01 12:58:52 +02:00

12 lines
186 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use PVE::Firewall;
use PVE::RESTHandler;
my $prop = $PVE::Firewall::host_option_properties;
print PVE::RESTHandler::dump_properties($prop);