Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
darkbit
ffbs-gluon
Commits
2b066a34
Commit
2b066a34
authored
6 years ago
by
rubo77
Committed by
Martin Weinelt
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: add routing_algo example
parent
eda3aa33
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/user/site.rst
+5
-2
5 additions, 2 deletions
docs/user/site.rst
with
5 additions
and
2 deletions
docs/user/site.rst
+
5
−
2
View file @
2b066a34
...
...
@@ -235,8 +235,11 @@ mesh
in the *batman_adv* section:
The optional value *gw_sel_class* sets the gateway selection class. The
default is class
20
, which is based on the link quality (TQ) only; class
1
default is class
``20``
, which is based on the link quality (TQ) only; class
``1``
is calculated from both the TQ and the announced bandwidth.
The optional value *routing_algo* allows to set up ``BATMAN_V`` based meshes.
If unset, the routing algorithm will default to ``BATMAN_IV``.
::
mesh = {
...
...
@@ -244,6 +247,7 @@ mesh
filter_membership_reports = false,
batman_adv = {
gw_sel_class = 1,
routing_algo = 'BATMAN_IV',
},
}
...
...
@@ -710,4 +714,3 @@ site-repos in the wild
A non-exhaustive list of site-repos from various communities can be found on the
wiki: https://github.com/freifunk-gluon/gluon/wiki/Site-Configurations
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