all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-api] report: add ip route information
@ 2024-04-15 13:18 Maximiliano Sandoval
  2024-08-23 11:19 ` Maximiliano Sandoval
  2024-10-03 15:12 ` [pmg-devel] applied: " Stoiko Ivanov
  0 siblings, 2 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2024-04-15 13:18 UTC (permalink / raw)
  To: pmg-devel

See:
 - https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=44a3f31639c61633f76320b73a02d5c9fc81561d
 - https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=65398596804a86db73411ec8e34aecab2a765239

for the corresponding commits against pvereport.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 src/PMG/Report.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/PMG/Report.pm b/src/PMG/Report.pm
index 100a197..79060a0 100644
--- a/src/PMG/Report.pm
+++ b/src/PMG/Report.pm
@@ -36,6 +36,8 @@ my $report_def = {
     ],
     network => [
 	'ip -details -statistics address',
+	'ip -details -4 route show',
+	'ip -details -6 route show',
 	'cat /etc/network/interfaces',
     ],
     firewall => [
-- 
2.39.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-03 15:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-15 13:18 [pmg-devel] [PATCH pmg-api] report: add ip route information Maximiliano Sandoval
2024-08-23 11:19 ` Maximiliano Sandoval
2024-10-03 15:12 ` [pmg-devel] applied: " Stoiko Ivanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal