From b33635c47c3107d0257e32d8c399fb781d3e0570 Mon Sep 17 00:00:00 2001 From: Matthias Walther Date: Thu, 5 Nov 2015 16:19:55 +0100 Subject: [PATCH] Update wired-mesh.rst --- docs/features/wired-mesh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/wired-mesh.rst b/docs/features/wired-mesh.rst index 93021638..f394464b 100644 --- a/docs/features/wired-mesh.rst +++ b/docs/features/wired-mesh.rst @@ -54,7 +54,7 @@ Configuring Mesh-on-LAN is a bit more complicated:: It may be disabled by running:: - uci set network.mesh_wan.auto=0 + uci set network.mesh_lan.auto=0 for ifname in $(cat /lib/gluon/core/sysconfig/lan_ifname); do uci add_list network.client.ifname=$ifname done