summaryrefslogtreecommitdiff
path: root/libpod/network/netavark/testfiles/valid/dualstack.json
blob: bb4168f3a054567c43c50d72296d7d4f4a6d5980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "dualstack",
    "id": "6839f44f0fd01c5c5830856b66a1d7ce46842dd8798be0addf96f7255ce9f889",
    "driver": "bridge",
    "network_interface": "podman21",
    "created": "2021-10-06T18:50:54.25770461+02:00",
    "subnets": [
        {
            "subnet": "fd10:88:a::/64",
            "gateway": "fd10:88:a::1"
        },
        {
            "subnet": "10.89.19.0/24",
            "gateway": "10.89.19.10"
        }
    ],
    "ipv6_enabled": true,
    "internal": false,
    "dns_enabled": true,
    "ipam_options": {
        "driver": "host-local"
    }
}