[pve-devel] [PATCH manager 1/2] pvereport: add ip route information
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Mar 8 10:23:08 CET 2019
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
PVE/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index 375c5aa3..9ad6e915 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 => [
--
2.20.1
More information about the pve-devel
mailing list