summaryrefslogtreecommitdiff
path: root/test/units/modules/system/interfaces_file/fixtures/golden_output/address_family_set_aggi_and_eth0_mtu.json
blob: ee632bd54252bf266b16387f9e25b878aeadf2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "eth0": {
        "address": "fc00::1",
        "address_family": "inet6",
        "down": [],
        "method": "static",
        "post-up": [
            "echo configuring ipv6"
        ],
        "pre-up": [],
        "up": []
    },
    "lo": {
        "address_family": "inet",
        "down": [],
        "method": "loopback",
        "post-up": [],
        "pre-up": [],
        "up": []
    }
}