aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-11-07 19:08:42 -0500
committerDavid S. Miller <davem@davemloft.net>2012-11-07 19:08:42 -0500
commitf1e0b5b4f1eae56a3192688177f36e2bdf0e01ac (patch)
treeb5af35837185e9df25e7009e7b2e70f2694f66bf /Documentation/networking
parentb20b6d972624ff024023012e38a067cb5086270e (diff)
parent9affec6be810d1d529cb9dc95126119451696ba6 (diff)
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Included changes: - minimal fixes to the packet layout to avoid the __packed attribute when not needed - new packet type called UNICAST_4ADDR: in this packet it is possible to find both source and destination node (in the classic UNICAST header only the destination field exists). - a new feature: Distributed ARP Table (D.A.T.). It aims to reduce ARP lookups latency by means of a simil-DHT approach.
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/batman-adv.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/networking/batman-adv.txt b/Documentation/networking/batman-adv.txt
index a173d2a879f5..c1d82047a4b1 100644
--- a/Documentation/networking/batman-adv.txt
+++ b/Documentation/networking/batman-adv.txt
@@ -203,7 +203,8 @@ abled during run time. Following log_levels are defined:
2032 - Enable messages related to route added / changed / deleted 2032 - Enable messages related to route added / changed / deleted
2044 - Enable messages related to translation table operations 2044 - Enable messages related to translation table operations
2058 - Enable messages related to bridge loop avoidance 2058 - Enable messages related to bridge loop avoidance
20615 - enable all messages 20616 - Enable messaged related to DAT, ARP snooping and parsing
20731 - Enable all messages
207 208
208The debug output can be changed at runtime using the file 209The debug output can be changed at runtime using the file
209/sys/class/net/bat0/mesh/log_level. e.g. 210/sys/class/net/bat0/mesh/log_level. e.g.