diff options
author | Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de> | 2012-01-22 14:00:21 -0500 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-04-11 08:28:59 -0400 |
commit | 9bf8e4d4254397684250eae29a0dc12d54a00251 (patch) | |
tree | 0f34ba75d59ed93e48b5c8ac03191c614d9b5be9 /Documentation/networking | |
parent | c867305509e9bb748d9349c84cc26beaa95ccd73 (diff) |
batman-adv: export claim tables through debugfs
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/batman-adv.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/networking/batman-adv.txt b/Documentation/networking/batman-adv.txt index 9523e9ed19e9..220a58c2fb11 100644 --- a/Documentation/networking/batman-adv.txt +++ b/Documentation/networking/batman-adv.txt | |||
@@ -77,9 +77,8 @@ folder: | |||
77 | There is a special folder for debugging information: | 77 | There is a special folder for debugging information: |
78 | 78 | ||
79 | # ls /sys/kernel/debug/batman_adv/bat0/ | 79 | # ls /sys/kernel/debug/batman_adv/bat0/ |
80 | # gateways socket transtable_global vis_data | 80 | # bla_claim_table log socket transtable_local |
81 | # originators softif_neigh transtable_local | 81 | # gateways originators transtable_global vis_data |
82 | |||
83 | 82 | ||
84 | Some of the files contain all sort of status information regard- | 83 | Some of the files contain all sort of status information regard- |
85 | ing the mesh network. For example, you can view the table of | 84 | ing the mesh network. For example, you can view the table of |