iopsys-feed/netmode/files/etc/netmodes/supported_modes.json
Vivek Kumar Dutta ced2b4187f
netmode: 1.1.5
2025-06-20 12:43:21 +05:30

29 lines
629 B
JSON

{
"#mode": "routed-pppoe",
"supported_modes": [
{
"name": "routed-dhcp",
"description": "WAN with DHCP proto (Layer 3)"
},
{
"name": "routed-pppoe",
"description": "WAN with PPPoE (Layer 3)",
"supported_args": [
{
"name": "username",
"description": "PPPoE username",
"required": true,
"type": "string",
"#value": "TestUser"
},
{
"name": "password",
"description": "PPPoE password",
"required": true,
"type": "string",
"#value": "TestPassword"
}
]
}
]
}