Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 45c3de8c2a7d364ba4ce090c607452429d52d5cc Author: Sven Eckelmann sven@narfation.org Date: Sun Mar 27 00:47:43 2011 +0000
doc: batman-adv/Understand-your-batman-adv-network
45c3de8c2a7d364ba4ce090c607452429d52d5cc batman-adv/Understand-your-batman-adv-network.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/Understand-your-batman-adv-network.textile b/batman-adv/Understand-your-batman-adv-network.textile index 43d41897..b76d5ef1 100644 --- a/batman-adv/Understand-your-batman-adv-network.textile +++ b/batman-adv/Understand-your-batman-adv-network.textile @@ -3,7 +3,7 @@ h1. Understand your B.A.T.M.A.N. Advanced network This document assumes you have created a batman-adv network and are interested in finding out how batman routes the traffic from node to node, getting an access to the whole network topology and/or wish understand why batman is doing what it is doing. Batman provides a set of debug tools and debug tables which aim to facilitate this task. Explaining the routing decisions / various routing optimizations are not in the scope of this document. Links to complementary documents will be provided if available.
-+Note+: Although this document focusses on the "raw" debugfs interface you always can use batctl for a more convenient access to the data. This document assumes debugfs was mounted at /sys/kernel/debug/. Please adjust the given examples if your system mounts the filesystem somewhere else. The batctl tool will automatically mount debugfs whenever you try to access functionality that require it. This document also assumes that you created a mesh cloud "bat0". [[tweaking-batman-adv|This page]] provides background information on how to handle mesh clouds. ++Note+: Although this document focusses on the "raw" debugfs interface you always can use batctl for a more convenient access to the data. This document assumes debugfs was mounted at /sys/kernel/debug/. Please adjust the given examples if your system mounts the filesystem somewhere else. The batctl tool will automatically mount debugfs whenever you try to access functionality that require it. This document also assumes that you created a mesh cloud "bat0". [[tweaking|This page]] provides background information on how to handle mesh clouds.
h2. Tables @@ -95,7 +95,7 @@ Traditional network debugging tools based on the ICMP protocol such as ping or t h2. Logging
-Batman-adv offers extended logging to understand & debug the routing protocol internals. After you activated debugging at compile time (instructions can be found in "the README file":http://www.open-mesh.org/projects/batman-adv/repository/revisions/master/ent... ) and the appropriate log level has been set (read about the log levels [[tweaking-batman-adv|here]]) you can retrieve the logs by simply reading the 'log' file: +Batman-adv offers extended logging to understand & debug the routing protocol internals. After you activated debugging at compile time (instructions can be found in "the README file":http://www.open-mesh.org/projects/batman-adv/repository/revisions/master/ent... ) and the appropriate log level has been set (read about the log levels [[tweaking|here]]) you can retrieve the logs by simply reading the 'log' file:
<pre> cat /sys/kernel/debug/batman_adv/bat0/log