GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / batman-adv / sysfs-class-net-mesh
blob5aa1912e4553574ded7e4a5198d90f71d06b9c9c
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.
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).
17 What:           /sys/class/net/<mesh_iface>/mesh/orig_interval
18 Date:           May 2010
19 Contact:        Marek Lindner <lindner_marek@yahoo.de>
20 Description:
21                 Defines the interval in milliseconds in which batman
22                 sends its protocol messages.
24 What:           /sys/class/net/<mesh_iface>/mesh/vis_mode
25 Date:           May 2010
26 Contact:        Marek Lindner <lindner_marek@yahoo.de>
27 Description:
28                 Each batman node only maintains information about its
29                 own local neighborhood, therefore generating graphs
30                 showing the topology of the entire mesh is not easily
31                 feasible without having a central instance to collect
32                 the local topologies from all nodes. This file allows
33                 to activate the collecting (server) mode.