On Monday 21 June 2010 11:04:53 Sven Eckelmann wrote: > I noticed that the bonding file in sysfs is not documented while working on > batctl yesterday. Can you please provide a short text for > http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=blob;f=dri > vers/staging/batman-adv/sysfs-class-net-mesh
I attached the new file. Will that do ? Cheers, Marek
What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms Date: May 2010 Contact: Marek Lindner <[email protected]> Description: Indicates whether the batman protocol messages of the mesh <mesh_iface> shall be aggregated or not. What: /sys/class/net/<mesh_iface>/mesh/bonding Date: June 2010 Contact: Simon Wunderlich <[email protected]> Description: Indicates whether the data traffic going through the mesh will be sent using multiple interfaces at the same time (if available). What: /sys/class/net/<mesh_iface>/mesh/orig_interval Date: May 2010 Contact: Marek Lindner <[email protected]> Description: Defines the interval in milliseconds in which batman sends its protocol messages. What: /sys/class/net/<mesh_iface>/mesh/vis_mode Date: May 2010 Contact: Marek Lindner <[email protected]> Description: Each batman node only maintains information about its own local neighborhood, therefore generating graphs showing the topology of the entire mesh is not easily feasible without having a central instance to collect the local topologies from all nodes. This file allows to activate the collecting (server) mode. Once activated the topology can be retrieved by reading the vis_data file.
