]> git.proxmox.com Git - pve-manager.git/commitdiff
report: add packet counter to iptables output
authorHannes Duerr <h.duerr@proxmox.com>
Wed, 3 Jan 2024 08:53:30 +0000 (09:53 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 3 Jan 2024 10:59:51 +0000 (11:59 +0100)
Signed-off-by: Hannes Duerr <h.duerr@proxmox.com>
PVE/Report.pm

index 2024285e6d3d68698898a913ad32cc5305af3cc3..10b28c790fec757da53d19183e5876aba1cab1bc 100644 (file)
@@ -85,7 +85,7 @@ my $init_report_cmds = sub {
            cmds => [
                sub { dir2text('/etc/pve/firewall/', '.*fw') },
                'cat /etc/pve/local/host.fw',
-               'iptables-save',
+               'iptables-save -c',
            ],
        },
        cluster => {