Signed-off-by: Marek Lindner lindner_marek@yahoo.de --- README | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/README b/README index a9ae038..7bcc9f4 100644 --- a/README +++ b/README @@ -83,9 +83,9 @@ All mesh wide settings can be found in batman's own interface folder:
# ls /sys/class/net/bat0/mesh/ -# aggregated_ogms gw_bandwidth hop_penalty -# bonding gw_mode orig_interval -# fragmentation gw_sel_class vis_mode +# aggregated_ogms fragmentation gw_sel_class vis_mode +# ap_isolation gw_bandwidth hop_penalty +# bonding gw_mode orig_interval
There is a special folder for debugging information: @@ -219,15 +219,16 @@ abled during run time. Following log_levels are defined:
0 - All debug output disabled 1 - Enable messages related to routing / flooding / broadcasting -2 - Enable route or tt entry added / changed / deleted -3 - Enable all messages +2 - Enable messages related to route added / changed / deleted +4 - Enable messages related to translation table operations +7 - Enable all messages
The debug output can be changed at runtime using the file /sys/class/net/bat0/mesh/log_level. e.g.
# echo 2 > /sys/class/net/bat0/mesh/log_level
-will enable debug messages for when routes or TTs change. +will enable debug messages for when routes change.
BATCTL