Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 332a3d4376bf081905f6cb978fc0fd92d88c1a72 Author: Simon Wunderlich sw@simonwunderlich.de Date: Sat Mar 26 17:19:20 2011 +0000
doc: batmand/DebugOutput
332a3d4376bf081905f6cb978fc0fd92d88c1a72 batmand/DebugOutput.textile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/batmand/DebugOutput.textile b/batmand/DebugOutput.textile index ecc0de04..0dfdd8ac 100644 --- a/batmand/DebugOutput.textile +++ b/batmand/DebugOutput.textile @@ -1,20 +1,16 @@ - h2. Understanding the debug output
-*Level 1:* +h3. Level 1:
+<pre> Originator (#/255) Nexthop [outgoingIF]: Potential nexthops ... [B.A.T.M.A.N. 0.3-beta rv828, [[MainIF]]/IP: ath0/5.1.14.213, UT: 0d 8h29m] - 5.1.19.16 (137) 5.1.9.175 [ ath0]: 5.1.19.93 (130) 5.1.9.5 (128) 5.1.9.175 (137) 5.1.19.97 (125) - 5.1.19.52 (134) 5.1.19.93 [ ath0]: 5.1.9.5 (134) 5.1.19.54 (111) 5.1.17.106 (125) 5.1.19.93 (134) - 5.1.19.97 (177) 5.1.9.175 [ ath0]: 5.1.19.97 (163) 5.1.19.93 (158) 5.1.9.175 (177) 5.1.19.54 (127) - 5.1.16.139 (135) 5.1.9.5 [ ath0]: 5.1.19.93 (132) 5.1.9.5 (135) 5.1.9.175 (120) 5.1.19.97 (109) - 5.1.9.5 (249) 5.1.9.5 [ ath0]: 5.1.9.5 (249) 5.1.19.93 (247) 5.1.17.106 (215) 5.1.19.97 ( 48) +</pre>
In the first line you can find the maximal TQ value (255), the batman version, main interface and main IP address and the batman uptime.
@@ -29,13 +25,13 @@ Outgoing interface shows you the interface which will be used to send traffic to The potential nexthops column has a variable size because it lists all your direct neighbors which offered a way to the participant in the first column. You also will find the chosen nexthop among these. If one of these potential nexthops gets a better TQ value than the current nexthop it will become the nexthop.
-*Level 2:* +h3. Level 2:
+<pre> Gateway (#/255) Nexthop [outgoingIF], gw_class ... [B.A.T.M.A.N. 0.3-beta rv828, [[MainIF]]/IP: ath0/5.1.14.213, UT: 0d10h 7m] - => 5.1.19.93 (255) 5.1.19.93 [ ath0], gw_class 49 - 4MBit/1024KBit, gateway failures: 0 - 5.1.9.5 (242) 5.1.19.93 [ ath0], gw_class 49 - 4MBit/1024KBit, gateway failures: 0 +</pre>
In the first line you can find the maximal TQ value (255), the batman version, main interface and main IP address and the batman uptime.