summaryrefslogtreecommitdiff
path: root/test/units/modules/system/interfaces_file/fixtures/golden_output/default_dhcp_add_aggi_up.json
blob: bffc17a98971fbc69f2697aa5b01e3650751175a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "eth0": {
        "address_family": "inet",
        "down": [],
        "method": "dhcp",
        "post-up": [],
        "pre-up": [],
        "up": []
    },
    "lo": {
        "address_family": "inet",
        "down": [],
        "method": "loopback",
        "post-up": [],
        "pre-up": [],
        "up": []
    }
}