1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00

Added untag script to make switch0 work

This commit is contained in:
Olli 2021-03-06 01:16:07 +01:00
parent 293de84e8a
commit af1500adbe

View file

@ -0,0 +1,4 @@
uci set network.@switch_vlan[0].ports="4 0 1 2 8t"
uci set network.@switch_vlan[1].ports="3 8"
uci commit
exit 0