pve-docs/gen-pve-firewall-vnet-opts.pl
Stefan Hanreich cda6d6418a firewall: add documentation for forward direction and vnet zone
Added a new direction section, mostly so I can write about the forward
direction and explain its use cases.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
2024-11-19 16:02:54 +01:00

13 lines
199 B
Perl
Executable File

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