Skip to content

Instantly share code, notes, and snippets.

Created August 9, 2016 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ce20298b9e12e7fe77851552c2a91243 to your computer and use it in GitHub Desktop.
Save anonymous/ce20298b9e12e7fe77851552c2a91243 to your computer and use it in GitHub Desktop.
{
"services": [
{
"type": "dns",
"address": "172.16.36.11"
},
{
"type": "dns",
"address": "172.16.36.12"
}
],
"networks": [
{
"network_id": "7c41450c-ba44-401a-9ab1-1604bb2da51e",
"type": "ipv4",
"netmask": "255.255.255.128",
"link": "tap77a0dc5b-72",
"routes": [
{
"netmask": "0.0.0.0",
"network": "0.0.0.0",
"gateway": "172.17.48.1"
}
],
"ip_address": "172.17.48.18",
"id": "network0"
},
{
"network_id": "7c41450c-ba44-401a-9ab1-1604bb2da51e",
"type": "ipv6",
"netmask": "ffff:ffff:ffff:ffff::",
"link": "tap77a0dc5b-72",
"routes": [
{
"netmask": "::",
"network": "::",
"gateway": "fdb8:52d0:9d14::1"
}
],
"ip_address": "fdb8:52d0:9d14:0:f816:3eff:fe9f:70d",
"id": "network1"
},
{
"network_id": "1f53cb0e-72d3-47c7-94b9-ff4397c5fe54",
"type": "ipv4",
"netmask": "255.255.255.128",
"link": "tap7d6b7bec-93",
"routes": [
{
"netmask": "0.0.0.0",
"network": "0.0.0.0",
"gateway": "172.16.48.1"
},
{
"netmask": "255.255.0.0",
"network": "172.16.0.0",
"gateway": "172.16.48.1"
}
],
"ip_address": "172.16.48.13",
"id": "network2"
}
],
"links": [
{
"ethernet_mac_address": "fa:16:3e:9f:07:0d",
"mtu": null,
"type": "tap",
"id": "tap77a0dc5b-72",
"vif_id": "77a0dc5b-720e-41b7-bfa7-1b2ff62e0d48"
},
{
"ethernet_mac_address": "fa:16:3e:c0:5c:9e",
"mtu": null,
"type": "tap",
"id": "tap7d6b7bec-93",
"vif_id": "7d6b7bec-93e6-4c03-869a-ddc5014892d5"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment