mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 18:29:46 +00:00
pvereport: add ip route information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b5f7824ff4
commit
44a3f31639
@ -37,6 +37,7 @@ my $report_def = {
|
|||||||
],
|
],
|
||||||
network => [
|
network => [
|
||||||
'ip -details -statistics address',
|
'ip -details -statistics address',
|
||||||
|
'ip -details route show',
|
||||||
'cat /etc/network/interfaces',
|
'cat /etc/network/interfaces',
|
||||||
],
|
],
|
||||||
firewall => [
|
firewall => [
|
||||||
|
Loading…
Reference in New Issue
Block a user