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