* [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
* Re: [pmg-devel] [PATCH pmg-api] report: add ip route information
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
1 sibling, 0 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2024-08-23 11:19 UTC (permalink / raw)
To: pmg-devel
Still applies, ping.
Maximiliano Sandoval <m.sandoval@proxmox.com> writes:
> 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 => [
--
Maximiliano
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pmg-devel] applied: [PATCH pmg-api] report: add ip route information
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 ` Stoiko Ivanov
1 sibling, 0 replies; 3+ messages in thread
From: Stoiko Ivanov @ 2024-10-03 15:12 UTC (permalink / raw)
To: Maximiliano Sandoval; +Cc: pmg-devel
applied the patch - thanks!
On Mon, 15 Apr 2024 15:18:34 +0200
Maximiliano Sandoval <m.sandoval@proxmox.com> wrote:
> 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 => [
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox