projects
/
pve-docs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ct: update broken link to CentOS release EOL
[pve-docs.git]
/
gen-pve-firewall-cluster-opts.pl
Commit
Line
Data
c48819d1
DM
1
#!/usr/bin/perl
2
9344ee0d
3
use lib '.';
c48819d1
DM
4
use strict;
5
use warnings;
6
7
use PVE::Firewall;
8
use PVE::RESTHandler;
9
10
my $prop = $PVE::Firewall::cluster_option_properties;
11
12
print PVE::RESTHandler::dump_properties($prop);