[pve-devel] applied: [PATCH manager 1/2] pvereport: add ip route information
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Mar 13 13:51:07 CET 2019
On 3/8/19 10:23 AM, Thomas Lamprecht wrote:
> 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 => [
>
applied both patches.
More information about the pve-devel
mailing list