summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/parts/ietf-interfaces_interfaces.json
blob: 0b39dc7241555d227b84653758fb081739ec89c8 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "interface":[
        {
            "name":"eth0",
            "type":"ethernetCsmacd",
            "enabled":false,
            "description": "some interface"
        }
    ]
}