[pve-devel] [PATCH manager] add host firewall config to pvereport
Tim Marx
t.marx at proxmox.com
Wed Mar 13 13:15:02 CET 2019
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 => [
--
2.11.0
More information about the pve-devel
mailing list