Files
openlan/dist/resource/v1024.json.example
2022-07-29 23:38:54 +08:00

27 lines
491 B
JSON

{
"name": "v1024",
"provider": "vxlan",
"specifies": {
"vni": 1024,
"fabric": "fabric"
},
"bridge": {
"address": "192.168.55.1/24"
},
"subnet": {
"start": "192.168.55.100",
"end": "192.168.55.130"
},
"dhcp": "enable",
"outputs": [
{
"vlan": 100,
"interface": "vxlan:3.3.3.5:43"
},
{
"vlan": 0,
"interface": "gre:3.3.3.3"
}
]
}