Files
truenas/disaster-recovery/truenas-exports/configs/network/interfaces.json

77 lines
1.5 KiB
JSON
Raw Normal View History

[
{
"id": "eno1",
"name": "eno1",
"fake": false,
"type": "PHYSICAL",
"state": {
"name": "eno1",
"orig_name": "eno1",
"description": "eno1",
"mtu": 1500,
"cloned": false,
"flags": [
"RUNNING",
"UP",
"BROADCAST",
"MULTICAST",
"LOWER_UP"
],
"nd6_flags": [
"HOMEADDRESS"
],
"capabilities": [
"tx-scatter-gather",
"tx-checksum-ip-generic",
"tx-vlan-hw-insert",
"rx-vlan-hw-parse",
"tx-generic-segmentation",
"rx-gro",
"rx-hashing",
"rx-checksum"
],
"link_state": "LINK_STATE_UP",
"media_type": "Ethernet",
"media_subtype": "autoselect",
"active_media_type": "Ethernet",
"active_media_subtype": "1000Mb/s Twisted Pair",
"supported_media": [
"10baseT/Half",
"10baseT/Full",
"100baseT/Half",
"100baseT/Full",
"1000baseT/Full"
],
"media_options": null,
"link_address": "a0:8c:fd:d2:72:87",
"permanent_link_address": "a0:8c:fd:d2:72:87",
"hardware_link_address": "a0:8c:fd:d2:72:87",
"aliases": [
{
"type": "INET",
"address": "192.168.2.150",
"netmask": 24,
"broadcast": "192.168.2.255"
},
{
"type": "INET6",
"address": "fe80::a28c:fdff:fed2:7287",
"netmask": 64,
"broadcast": "fe80::ffff:ffff:ffff:ffff"
},
{
"type": "LINK",
"address": "a0:8c:fd:d2:72:87"
}
],
"vrrp_config": null,
"rx_queues": 1,
"tx_queues": 1
},
"aliases": [],
"ipv4_dhcp": true,
"ipv6_auto": true,
"description": "",
"mtu": null
}
]