projects
/
pve-docs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6ca2e7f6acd36cf75e4275ee4901650479ec3eca
[pve-docs.git]
/
gen-pve-firewall-host-opts.pl
1
#!/usr/bin/perl
2
3
use
strict
;
4
use
warnings
;
5
6
use
PVE
::
Firewall
;
7
use
PVE
::
RESTHandler
;
8
9
my
$prop
=
$PVE
::
Firewall
::
host_option_properties
;
10
11
print
PVE
::
RESTHandler
::
dump_properties
(
$prop
);