[pve-devel] [PATCH manager] add host firewall config to pvereport

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Mar 13 13:50:42 CET 2019


On 3/13/19 1:15 PM, Tim Marx wrote:
> Signed-off-by: Tim Marx <t.marx at proxmox.com>
> ---
>  PVE/Report.pm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/PVE/Report.pm b/PVE/Report.pm
> index 375c5aa3..78ad27f8 100644
> --- a/PVE/Report.pm
> +++ b/PVE/Report.pm
> @@ -41,6 +41,7 @@ my $report_def = {
>      ],
>      firewall => [
>  	sub { dir2text('/etc/pve/firewall/', '.*fw') },
> +	'cat /etc/pve/local/host.fw',
>  	'iptables-save',
>      ],
>      cluster => [
> 

applied




More information about the pve-devel mailing list