Files
olg-ucentral-schema/testinput/interface.test.json
2026-01-13 16:06:56 +08:00

25 lines
363 B
JSON

{
"uuid": 1765963982,
"interfaces": [
{
"name": "eth4",
"type": "bridge",
"role": "downstream",
"enabled": true,
"mac-address": "02:61:b2:a2:0b:00",
"ipv4": {
"addressing": "static",
"address": [
"10.7.65.254/24"
]
},
"bridge": {
"members": [
"eth1",
"eth2"
],
"stp": false
}
}
]
}