1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add switch0 vlanid changer

This commit is contained in:
Olli 2021-03-06 01:19:13 +01:00
parent af1500adbe
commit 792286e405

View file

@ -0,0 +1,4 @@
uci set network.@switch_vlan[0].vlan=10
uci set network.@switch_vlan[1].vlan=20
uci commit
exit 0