From 44a3f31639c61633f76320b73a02d5c9fc81561d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 8 Mar 2019 10:19:42 +0100 Subject: [PATCH] pvereport: add ip route information Signed-off-by: Thomas Lamprecht --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index 78ad27f8..5838ff2f 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -37,6 +37,7 @@ my $report_def = { ], network => [ 'ip -details -statistics address', + 'ip -details route show', 'cat /etc/network/interfaces', ], firewall => [