Cezary napisał/a:Show mi output of cat /etc/board.json
"network": {
"lan": {
"device": "eth0",
"protocol": "static"
},
"wan": {
"device": "eth1",
"protocol": "dhcp"
}
},
"switch": {
"switch0": {
"enable": true,
"reset": true,
"ports": [
{
"num": 0,
"device": "eth0",
"need_tag": false,
"want_untag": true
},
{
"num": 5,
"role": "lan",
"index": 2
},
{
"num": 0,
"device": "eth1",
"need_tag": false,
"want_untag": true
},
{
"num": 2,
"role": "wan"
}
],
"roles": [
{
"role": "lan",
"ports": "5 0",
"device": "eth0"
},
{
"role": "wan",
"ports": "2 0",
"device": "eth1"
}