Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-17,master
commit f7f7d0438fd23843c12f830a39e21ccc9bf22082 Author: Sven Eckelmann sven@narfation.org Date: Sun Sep 15 18:54:40 2019 +0000
doc: batman-adv/Tweaking
f7f7d0438fd23843c12f830a39e21ccc9bf22082 batman-adv/Tweaking.textile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/batman-adv/Tweaking.textile b/batman-adv/Tweaking.textile index d075fb6..1d228e7 100644 --- a/batman-adv/Tweaking.textile +++ b/batman-adv/Tweaking.textile @@ -306,7 +306,7 @@ The B.A.T.M.A.N. V routing algorithm also uses settings for the enslaved interfa
<pre> # eth0 -batctl meshif bat0 hardif eth0 elp_interval +batctl hardif eth0 elp_interval disabled
# eth1 @@ -321,7 +321,7 @@ Available since: batman-adv 2019.3 Defines the interval in milliseconds in which batman-adv emits probing packets for neighbor sensing (ELP) in B.A.T.M.A.N. V.
<pre> -batctl meshif bat0 hardif eth0 elp_interval +batctl hardif eth0 elp_interval disabled </pre>
@@ -332,6 +332,6 @@ Available since: batman-adv 2019.3 Defines the throughput value to be used by B.A.T.M.A.N. V when estimating the link throughput using this interface. If the value is set to 0 then batman-adv will try to estimate the throughput by itself.
<pre> -batctl meshif bat0 hardif eth0 throughput_override +batctl hardif eth0 throughput_override 0 </pre> \ No newline at end of file