diff options
author | Sven Eckelmann <sven@narfation.org> | 2016-07-16 21:32:01 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2016-10-17 16:28:44 +0200 |
commit | 204fa42c6fc9f20e4142bd1309e0a5065966d64e (patch) | |
tree | eb98e7ea47260f2a4dec8cd3d156df728394e57f | |
parent | batman-adv: Add network_coding and mcast sysfs files to README (diff) | |
download | linux-204fa42c6fc9f20e4142bd1309e0a5065966d64e.tar.xz linux-204fa42c6fc9f20e4142bd1309e0a5065966d64e.zip |
batman-adv: Add dat, mcast, nc and neighbor debugfs files to README
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
-rw-r--r-- | Documentation/networking/batman-adv.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/networking/batman-adv.txt b/Documentation/networking/batman-adv.txt index 8afa99145b86..a918131b81a8 100644 --- a/Documentation/networking/batman-adv.txt +++ b/Documentation/networking/batman-adv.txt @@ -80,9 +80,10 @@ folder: There is a special folder for debugging information: # ls /sys/kernel/debug/batman_adv/bat0/ -# bla_backbone_table log transtable_global -# bla_claim_table originators transtable_local -# gateways socket +# bla_backbone_table log neighbors transtable_local +# bla_claim_table mcast_flags originators +# dat_cache nc socket +# gateways nc_nodes transtable_global Some of the files contain all sort of status information regard- ing the mesh network. For example, you can view the table of |