2014-07-16 12:59:26 +00:00
|
|
|
Mesh on WAN
|
|
|
|
===========
|
|
|
|
|
2014-08-07 08:49:55 +00:00
|
|
|
It's possible to enable the mesh on the WAN port like this::
|
2014-07-16 12:59:26 +00:00
|
|
|
|
|
|
|
uci set network.mesh_wan.auto=1
|
|
|
|
uci commit
|
|
|
|
|
2014-08-07 08:49:55 +00:00
|
|
|
It may also be disabled again by running::
|
2014-07-16 12:59:26 +00:00
|
|
|
|
|
|
|
uci set network.mesh_wan.auto=0
|
|
|
|
uci commit
|
|
|
|
|
|
|
|
site.conf
|
|
|
|
---------
|
|
|
|
|
|
|
|
The optional option ``mesh_on_wan`` may be set to ``true`` (``false`` is the
|
|
|
|
default) to enable meshing on the WAN port without further configuration.
|