[5/5] batman-adv: Document new nc, mcast and tpmeter log levels

Message ID 1468697522-10874-2-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit 147152b26c2ca2714f1619fbe655cccc0afab6c9
Delegated to: Sven Eckelmann
Headers

Commit Message

Sven Eckelmann July 16, 2016, 7:32 p.m. UTC
  Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 Documentation/networking/batman-adv.txt | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
  

Comments

Sven Eckelmann Oct. 18, 2016, 11:27 a.m. UTC | #1
On Samstag, 16. Juli 2016 21:32:02 CEST Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  Documentation/networking/batman-adv.txt | 17 ++++++++++-------
>  1 file changed, 10 insertions(+), 7 deletions(-)

Applied in 147152b26c2ca2714f1619fbe655cccc0afab6c9 [1].

Kind regards,
	Sven

[1] https://git.open-mesh.org/batman-adv.git/commit/147152b26c2ca2714f1619fbe655cccc0afab6c9
  

Patch

diff --git a/Documentation/networking/batman-adv.txt b/Documentation/networking/batman-adv.txt
index a918131..ccf9467 100644
--- a/Documentation/networking/batman-adv.txt
+++ b/Documentation/networking/batman-adv.txt
@@ -161,13 +161,16 @@  file in debugfs
 The additional debug output is by default disabled. It can be en-
 abled  during run time. Following log_levels are defined:
 
-0 - All  debug  output  disabled
-1 - Enable messages related to routing / flooding / broadcasting
-2 - Enable messages related to route added / changed / deleted
-4 - Enable messages related to translation table operations
-8 - Enable messages related to bridge loop avoidance
-16 - Enable messaged related to DAT, ARP snooping and parsing
-31 - Enable all messages
+  0 - All  debug  output  disabled
+  1 - Enable messages related to routing / flooding / broadcasting
+  2 - Enable messages related to route added / changed / deleted
+  4 - Enable messages related to translation table operations
+  8 - Enable messages related to bridge loop avoidance
+ 16 - Enable messages related to DAT, ARP snooping and parsing
+ 32 - Enable messages related to network coding
+ 64 - Enable messages related to multicast
+128 - Enable messages related to throughput meter
+255 - Enable all messages
 
 The debug output can be changed at runtime  using  the  file
 /sys/class/net/bat0/mesh/log_level. e.g.