[pmg-devel] applied: [PATCH pmg-api] report: add ip route information
Stoiko Ivanov
s.ivanov at proxmox.com
Thu Oct 3 17:12:06 CEST 2024
applied the patch - thanks!
On Mon, 15 Apr 2024 15:18:34 +0200
Maximiliano Sandoval <m.sandoval at 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 at 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 => [
More information about the pmg-devel
mailing list