From 32c191892d8eebc525773e68b577a4e8ca23d5a7 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Wed, 3 Jan 2018 23:38:22 +0100 Subject: [PATCH] gluon-radv-filterd: Add documentation of site.conf parameter --- docs/package/gluon-radv-filterd.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/package/gluon-radv-filterd.rst b/docs/package/gluon-radv-filterd.rst index f5083bf4..e4f72b52 100644 --- a/docs/package/gluon-radv-filterd.rst +++ b/docs/package/gluon-radv-filterd.rst @@ -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_filterd.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, + }