Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gluon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ffbs
gluon
Commits
851bbe69
Commit
851bbe69
authored
Jul 16, 2014
by
Nils Schneider
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #134 from freifunk-gluon/batman-on-wan
gluon-batman-on-wan: docs
parents
d49be7f8
b7970426
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
docs/features/mesh-on-wan.rst
docs/features/mesh-on-wan.rst
+20
-0
docs/index.rst
docs/index.rst
+1
-0
docs/user/site.rst
docs/user/site.rst
+3
-0
No files found.
docs/features/mesh-on-wan.rst
0 → 100644
View file @
851bbe69
Mesh on WAN
===========
It's possible to enable the mesh on the WAN port like this:
::
uci set network.mesh_wan.auto=1
uci commit
It may also be disabled again by running:
::
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.
docs/index.rst
View file @
851bbe69
...
...
@@ -41,6 +41,7 @@ Features
features/batman-adv
features/alfred
features/autoupdater
features/mesh-on-wan
Developer Documentation
-----------------------
...
...
docs/user/site.rst
View file @
851bbe69
...
...
@@ -100,6 +100,9 @@ fastd_mesh_vpn
}
}
mesh_on_wan : optional
Enables the mesh on the WAN port (``true`` or ``false``).
autoupdater : package
Configuration for the autoupdater feature of Gluon.
::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment