]> git.proxmox.com Git - pve-manager.git/commitdiff
pvereport: ensure IPv6 and IPv4 route info is included
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Mar 2019 13:59:35 +0000 (14:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Mar 2019 13:59:41 +0000 (14:59 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Reported-by: Mira Limbeck <m.limbeck@proxmox.com>
PVE/Report.pm

index 0f46d9daeead4ca8c2dc6367e4d7bd586f2f428e..f04b57334624ae3471e05304dd4d18809724f8aa 100644 (file)
@@ -38,7 +38,8 @@ my $report_def = {
     ],
     network => [
        'ip -details -statistics address',
-       'ip -details route show',
+       'ip -details -4 route show',
+       'ip -details -6 route show',
        'cat /etc/network/interfaces',
     ],
     firewall => [