diff options
author | David S. Miller <davem@davemloft.net> | 2012-11-08 01:08:42 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-08 01:08:42 +0100 |
commit | f1e0b5b4f1eae56a3192688177f36e2bdf0e01ac (patch) | |
tree | b5af35837185e9df25e7009e7b2e70f2694f66bf /Documentation/networking | |
parent | ndisc: fix a typo in a comment in ndisc_recv_na() (diff) | |
parent | batman-adv: enable fast client detection using unicast_4addr packets (diff) | |
download | linux-f1e0b5b4f1eae56a3192688177f36e2bdf0e01ac.tar.xz linux-f1e0b5b4f1eae56a3192688177f36e2bdf0e01ac.zip |
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.txt | 3 |
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: 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 -15 - enable all messages +16 - Enable messaged related to DAT, ARP snooping and parsing +31 - Enable all messages The debug output can be changed at runtime using the file /sys/class/net/bat0/mesh/log_level. e.g. |