diff options
-rw-r--r-- | Documentation/networking/batman-adv.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/networking/batman-adv.txt b/Documentation/networking/batman-adv.txt index 220a58c2fb11..75a592365af9 100644 --- a/Documentation/networking/batman-adv.txt +++ b/Documentation/networking/batman-adv.txt | |||
@@ -1,5 +1,3 @@ | |||
1 | [state: 21-08-2011] | ||
2 | |||
3 | BATMAN-ADV | 1 | BATMAN-ADV |
4 | ---------- | 2 | ---------- |
5 | 3 | ||
@@ -68,10 +66,11 @@ All mesh wide settings can be found in batman's own interface | |||
68 | folder: | 66 | folder: |
69 | 67 | ||
70 | # ls /sys/class/net/bat0/mesh/ | 68 | # ls /sys/class/net/bat0/mesh/ |
71 | # aggregated_ogms fragmentation hop_penalty | 69 | # aggregated_ogms gw_bandwidth log_level |
72 | # ap_isolation gw_bandwidth log_level | 70 | # ap_isolation gw_mode orig_interval |
73 | # bonding gw_mode orig_interval | 71 | # bonding gw_sel_class routing_algo |
74 | # bridge_loop_avoidance gw_sel_class vis_mode | 72 | # bridge_loop_avoidance hop_penalty vis_mode |
73 | # fragmentation | ||
75 | 74 | ||
76 | 75 | ||
77 | There is a special folder for debugging information: | 76 | There is a special folder for debugging information: |