Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[pandora-kernel.git] / drivers / staging / batman-adv / sysfs-class-net-mesh
1
2 What:           /sys/class/net/<mesh_iface>/mesh/aggregated_ogms
3 Date:           May 2010
4 Contact:        Marek Lindner <lindner_marek@yahoo.de>
5 Description:
6                 Indicates whether the batman protocol messages of the
7                 mesh <mesh_iface> shall be aggregated or not.
8
9 What:           /sys/class/net/<mesh_iface>/mesh/bonding
10 Date:           June 2010
11 Contact:        Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
12 Description:
13                 Indicates whether the data traffic going through the
14                 mesh will be sent using multiple interfaces at the
15                 same time (if available).
16
17 What:           /sys/class/net/<mesh_iface>/mesh/fragmentation
18 Date:           October 2010
19 Contact:        Andreas Langer <an.langer@gmx.de>
20 Description:
21                 Indicates whether the data traffic going through the
22                 mesh will be fragmented or silently discarded if the
23                 packet size exceeds the outgoing interface MTU.
24
25 What:           /sys/class/net/<mesh_iface>/mesh/orig_interval
26 Date:           May 2010
27 Contact:        Marek Lindner <lindner_marek@yahoo.de>
28 Description:
29                 Defines the interval in milliseconds in which batman
30                 sends its protocol messages.
31
32 What:           /sys/class/net/<mesh_iface>/mesh/vis_mode
33 Date:           May 2010
34 Contact:        Marek Lindner <lindner_marek@yahoo.de>
35 Description:
36                 Each batman node only maintains information about its
37                 own local neighborhood, therefore generating graphs
38                 showing the topology of the entire mesh is not easily
39                 feasible without having a central instance to collect
40                 the local topologies from all nodes. This file allows
41                 to activate the collecting (server) mode.