fff-batman-adv: Enable bridge loop avoidance (BLA)

Based on the documentation, BLA will only help if two nodes
are connected via WiFi AND via Ethernet cable on CLIENT ports!
For a "correct" setup, e.g. WiFi and BATMAN port connection,
BLA won't have an effect.

Since the former case is possible and there are no known
drawbacks, we enable BLA.

This removes the line to disable BLA, so it will be enabled as
B.A.T.M.A.N. enables it by default.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Christian Dresel <fff@chrisi01.de>
This commit is contained in:
Adrian Schmutzler 2018-11-28 14:27:20 +01:00
parent 433b9e4510
commit 83a70ed5a9
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ uci batch <<EOF
set batman-adv.bat0=mesh
set batman-adv.bat0.gw_mode='client'
set batman-adv.bat0.gw_sel_class='1'
set batman-adv.bat0.bridge_loop_avoidance='0'
set batman-adv.bat0.network_coding='0'
set batman-adv.bat0.aggregated_ogms='1'
set batman-adv.bat0.ap_isolation='0'