From 774d733dee3eb48446b6e13bbdc70681f75b2753 Mon Sep 17 00:00:00 2001 From: mokkin <markus@haybach.com> Date: Thu, 4 May 2017 06:03:26 +0200 Subject: [PATCH] docs: user/site: clarify syntax of mesh_on_lan/mesh_on_wan options (#1119) --- docs/user/site.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user/site.rst b/docs/user/site.rst index d5d0237a9..011f25d96 100644 --- a/docs/user/site.rst +++ b/docs/user/site.rst @@ -274,9 +274,15 @@ mesh_vpn mesh_on_wan \: optional Enables the mesh on the WAN port (``true`` or ``false``). + :: + + mesh_on_wan = true, mesh_on_lan \: optional Enables the mesh on the LAN port (``true`` or ``false``). + :: + + mesh_on_lan = true, poe_passthrough \: optional Enable PoE passthrough by default on hardware with such a feature. -- GitLab