mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
This commit illustrates how to update the system output and corresponding cli output. Signed-off-by: Richard Alpe <richard@bit42.se>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
[
|
|
{
|
|
"ifindex": 6,
|
|
"ifname": "e4",
|
|
"flags": [
|
|
"BROADCAST",
|
|
"MULTICAST",
|
|
"UP",
|
|
"LOWER_UP"
|
|
],
|
|
"mtu": 1500,
|
|
"qdisc": "pfifo_fast",
|
|
"operstate": "DOWN",
|
|
"linkmode": "DEFAULT",
|
|
"group": "default",
|
|
"txqlen": 1000,
|
|
"link_type": "ether",
|
|
"address": "02:00:00:00:00:04",
|
|
"broadcast": "ff:ff:ff:ff:ff:ff",
|
|
"promiscuity": 0,
|
|
"allmulti": 0,
|
|
"min_mtu": 68,
|
|
"max_mtu": 65535,
|
|
"inet6_addr_gen_mode": "eui64",
|
|
"num_tx_queues": 1,
|
|
"num_rx_queues": 1,
|
|
"gso_max_size": 65536,
|
|
"gso_max_segs": 65535,
|
|
"tso_max_size": 65536,
|
|
"tso_max_segs": 65535,
|
|
"gro_max_size": 65536,
|
|
"parentbus": "virtio",
|
|
"parentdev": "virtio6",
|
|
"stats64": {
|
|
"rx": {
|
|
"bytes": 1327,
|
|
"packets": 10,
|
|
"errors": 0,
|
|
"dropped": 0,
|
|
"over_errors": 0,
|
|
"multicast": 0
|
|
},
|
|
"tx": {
|
|
"bytes": 18046,
|
|
"packets": 91,
|
|
"errors": 0,
|
|
"dropped": 0,
|
|
"carrier_errors": 0,
|
|
"collisions": 0
|
|
}
|
|
}
|
|
}
|
|
]
|