Last active
August 14, 2025 09:05
-
-
Save starbops/af345db2d8f53c378f73ad2d07cced24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interfaces": [ | |
{ | |
"name": "lo", | |
"index": 1, | |
"type": "device", | |
"state": "unknown", | |
"mtu": 65536, | |
"ethtool": { | |
"feature": { | |
"tx-checksum": true | |
} | |
}, | |
"IPv4": { | |
"enabled": true, | |
"address": [ | |
{ | |
"IP": "127.0.0.1", | |
"prefix-length": 8 | |
} | |
] | |
}, | |
"IPv6": { | |
"enabled": true, | |
"address": [ | |
{ | |
"IP": "::1", | |
"prefix-length": 128 | |
} | |
] | |
}, | |
"linux-stack": { | |
"ip4-route-local-net": false, | |
"port-learning": false | |
}, | |
"Metadata": null | |
}, | |
{ | |
"name": "eth0", | |
"index": 2, | |
"type": "veth", | |
"state": "up", | |
"mac-address": "8a:ad:0d:92:a2:48", | |
"mtu": 1450, | |
"ethtool": { | |
"feature": { | |
"tx-checksum": true | |
} | |
}, | |
"IPv4": { | |
"enabled": true, | |
"address": [ | |
{ | |
"IP": "10.52.1.57", | |
"prefix-length": 32 | |
} | |
] | |
}, | |
"IPv6": { | |
"enabled": true, | |
"address": [ | |
{ | |
"IP": "fe80::88ad:dff:fe92:a248", | |
"prefix-length": 64 | |
} | |
] | |
}, | |
"linux-stack": { | |
"ip4-route-local-net": false, | |
"port-learning": false | |
}, | |
"Metadata": null | |
}, | |
{ | |
"name": "pod37a8eec1ce1", | |
"index": 3, | |
"type": "veth", | |
"state": "up", | |
"mac-address": "a6:28:21:a2:a1:5f", | |
"mtu": 1500, | |
"ethtool": { | |
"feature": { | |
"tx-checksum": true | |
} | |
}, | |
"IPv4": { | |
"enabled": false | |
}, | |
"IPv6": { | |
"enabled": true, | |
"address": [ | |
{ | |
"IP": "fe80::a428:21ff:fea2:a15f", | |
"prefix-length": 64 | |
} | |
] | |
}, | |
"linux-stack": { | |
"ip4-route-local-net": false, | |
"port-learning": false | |
}, | |
"Metadata": null | |
} | |
], | |
"routes": { | |
"running": [ | |
{ | |
"destination": "0.0.0.0/0", | |
"next-hop-interface": "eth0", | |
"next-hop-address": "169.254.1.1", | |
"table-id": 254 | |
}, | |
{ | |
"destination": "169.254.1.1/32", | |
"next-hop-interface": "eth0", | |
"table-id": 254 | |
}, | |
{ | |
"destination": "fe80::/64", | |
"next-hop-interface": "eth0", | |
"table-id": 254 | |
}, | |
{ | |
"destination": "fe80::/64", | |
"next-hop-interface": "pod37a8eec1ce1", | |
"table-id": 254 | |
} | |
] | |
}, | |
"linux-stack": { | |
"ipv4": { | |
"arp-ignore": 0, | |
"forwarding": false, | |
"ping-group-range": [ | |
0, | |
2147483647 | |
], | |
"unprivileged-port-start": 0 | |
}, | |
"ipv6": { | |
"forwarding": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment