projects
/
pve-docs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
add auto-generated host firewall options
[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
);