Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
79933d7e
Unverified
Commit
79933d7e
authored
5 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
docs: document new mesh.batman_adv.routing_algo settings for coexistence
parent
cb899874
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/multidomain-site-example/domains/alpha_centauri.conf
+8
-2
8 additions, 2 deletions
docs/multidomain-site-example/domains/alpha_centauri.conf
docs/site-example/site.conf
+3
-0
3 additions, 0 deletions
docs/site-example/site.conf
docs/user/site.rst
+9
-2
9 additions, 2 deletions
docs/user/site.rst
with
20 additions
and
4 deletions
docs/multidomain-site-example/domains/alpha_centauri.conf
+
8
−
2
View file @
79933d7e
...
...
@@ -21,7 +21,7 @@
ip6
=
'fdxx:xxxx:xxxx:xxxx::xxxx'
,
},
wifi24
= {
wifi24
= {
ap
= {
ssid
=
"alpha-centauri.example.org"
,
channel
=
1
,
...
...
@@ -31,7 +31,7 @@
},
},
wifi5
= {
wifi5
= {
ap
= {
ssid
=
"alpha-centauri.example.org"
,
channel
=
44
,
...
...
@@ -41,6 +41,12 @@
},
},
mesh
= {
batman_adv
= {
routing_algo
=
'BATMAN_IV'
,
},
},
mesh_vpn
= {
fastd
= {
groups
= {
...
...
This diff is collapsed.
Click to expand it.
docs/site-example/site.conf
+
3
−
0
View file @
79933d7e
...
...
@@ -74,6 +74,9 @@
mesh
= {
vxlan
=
true
,
batman_adv
= {
routing_algo
=
'BATMAN_IV'
,
},
},
--
The
next
node
feature
allows
clients
to
always
reach
the
node
it
is
...
...
This diff is collapsed.
Click to expand it.
docs/user/site.rst
+
9
−
2
View file @
79933d7e
...
...
@@ -238,8 +238,15 @@ mesh
In addition, options specific to the batman-adv routing protocol can be set
in the *batman_adv* section:
The optional value *routing_algo* allows to set up ``BATMAN_V`` based meshes.
If unset, the routing algorithm will default to ``BATMAN_IV``.
The mandatory value *routing_algo* selects the batman-adv protocol variant.
The following values are supported:
- ``BATMAN_IV_LEGACY`` (*mesh-batman-adv-14*)
- ``BATMAN_IV`` (*mesh-batman-adv-15*)
- ``BATMAN_V`` (*mesh-batman-adv-15*)
When both *mesh-batman-adv-14* and *mesh-batman-adv-15* are included, this
setting specifies which one to use.
The optional value *gw_sel_class* sets the gateway selection class, the
default is ``20`` for B.A.T.M.A.N. IV and ``5000`` kbit/s for B.A.T.M.A.N. V.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment