Skip to content

Commit

Permalink
gluon-radv-filterd: Add documentation of site.conf parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jplitza committed Jan 4, 2018
1 parent f1a9196 commit 43d808b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/package/gluon-radv-filterd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,17 @@ selected router via the ``statistics.gateway6`` property using its interface MAC
address. Note that this is different from the ``statistics.gateway`` property,
which contains the MAC address of the main B.A.T.M.A.N. adv slave interface of
the selected IPv4 gateway.

site.conf
---------

radv_filter.threshold : optional
- minimal difference in TQ value that another gateway has to be better than
the currently chosen gateway to become the new chosen gateway
- defaults to ``20``

Example::

radv_filterd = {
threshold = 20,
}

0 comments on commit 43d808b

Please sign in to comment.