From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: Maximiliano Sandoval <m.sandoval@proxmox.com>
Cc: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] applied: [PATCH pmg-api] report: add ip route information
Date: Thu, 3 Oct 2024 17:12:06 +0200 [thread overview]
Message-ID: <20241003171206.6b2bdfba@rosa.proxmox.com> (raw)
In-Reply-To: <20240415131834.256603-1-m.sandoval@proxmox.com>
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
prev parent reply other threads:[~2024-10-03 15:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-15 13:18 [pmg-devel] " Maximiliano Sandoval
2024-08-23 11:19 ` Maximiliano Sandoval
2024-10-03 15:12 ` Stoiko Ivanov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241003171206.6b2bdfba@rosa.proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=m.sandoval@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.