]> git.proxmox.com Git - pve-manager.git/commitdiff
pvereport: add ip route information
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Mar 2019 09:19:42 +0000 (10:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Mar 2019 12:49:55 +0000 (13:49 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Report.pm

index 78ad27f829081b86b17108bf8823a6963c5f32e5..5838ff2f4df205fdf181f6668f59a901381e9ed3 100644 (file)
@@ -37,6 +37,7 @@ my $report_def = {
     ],
     network => [
        'ip -details -statistics address',
+       'ip -details route show',
        'cat /etc/network/interfaces',
     ],
     firewall => [