blob: 4793d3dff6af04e7ac4a736ccfdbd794d5a4d7f0 [file] [log] [blame]
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001
2What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms
3Date: May 2010
Marek Lindnerbc58eee2013-10-12 22:10:03 +08004Contact: Marek Lindner <mareklindner@neomailbox.ch>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00005Description:
6 Indicates whether the batman protocol messages of the
7 mesh <mesh_iface> shall be aggregated or not.
8
Antonio Quartullib8cbd812013-07-02 11:04:36 +02009What: /sys/class/net/<mesh_iface>/mesh/<vlan_subdir>/ap_isolation
Marek Lindner60d8cce2012-10-21 17:02:25 +080010Date: May 2011
Antonio Quartulli9f686952013-10-11 08:30:30 +020011Contact: Antonio Quartulli <antonio@meshcoding.com>
Marek Lindner60d8cce2012-10-21 17:02:25 +080012Description:
13 Indicates whether the data traffic going from a
14 wireless client to another wireless client will be
Antonio Quartullib8cbd812013-07-02 11:04:36 +020015 silently dropped. <vlan_subdir> is empty when referring
16 to the untagged lan.
Marek Lindner60d8cce2012-10-21 17:02:25 +080017
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000018What: /sys/class/net/<mesh_iface>/mesh/bonding
19Date: June 2010
Simon Wunderlichc679ff82013-10-10 23:59:10 +020020Contact: Simon Wunderlich <sw@simonwunderlich.de>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000021Description:
22 Indicates whether the data traffic going through the
23 mesh will be sent using multiple interfaces at the
24 same time (if available).
25
Simon Wunderlichc8673052012-01-22 20:00:20 +010026What: /sys/class/net/<mesh_iface>/mesh/bridge_loop_avoidance
27Date: November 2011
Simon Wunderlichc679ff82013-10-10 23:59:10 +020028Contact: Simon Wunderlich <sw@simonwunderlich.de>
Simon Wunderlichc8673052012-01-22 20:00:20 +010029Description:
30 Indicates whether the bridge loop avoidance feature
31 is enabled. This feature detects and avoids loops
32 between the mesh and devices bridged with the soft
33 interface <mesh_iface>.
34
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000035What: /sys/class/net/<mesh_iface>/mesh/fragmentation
36Date: October 2010
37Contact: Andreas Langer <an.langer@gmx.de>
38Description:
39 Indicates whether the data traffic going through the
40 mesh will be fragmented or silently discarded if the
41 packet size exceeds the outgoing interface MTU.
42
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000043What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth
44Date: October 2010
Marek Lindnerbc58eee2013-10-12 22:10:03 +080045Contact: Marek Lindner <mareklindner@neomailbox.ch>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000046Description:
47 Defines the bandwidth which is propagated by this
48 node if gw_mode was set to 'server'.
49
50What: /sys/class/net/<mesh_iface>/mesh/gw_mode
51Date: October 2010
Marek Lindnerbc58eee2013-10-12 22:10:03 +080052Contact: Marek Lindner <mareklindner@neomailbox.ch>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000053Description:
54 Defines the state of the gateway features. Can be
55 either 'off', 'client' or 'server'.
56
57What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class
58Date: October 2010
Marek Lindnerbc58eee2013-10-12 22:10:03 +080059Contact: Marek Lindner <mareklindner@neomailbox.ch>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000060Description:
61 Defines the selection criteria this node will use
62 to choose a gateway if gw_mode was set to 'client'.
63
Marek Lindner60d8cce2012-10-21 17:02:25 +080064What: /sys/class/net/<mesh_iface>/mesh/hop_penalty
65Date: Oct 2010
66Contact: Linus Lüssing <linus.luessing@web.de>
67Description:
68 Defines the penalty which will be applied to an
69 originator message's tq-field on every hop.
70
Antonio Quartullic42edfe2013-11-16 12:03:47 +010071What: /sys/class/net/<mesh_iface>/mesh/isolation_mark
72Date: Nov 2013
73Contact: Antonio Quartulli <antonio@meshcoding.com>
74Description:
75 Defines the isolation mark (and its bitmask) which
76 is used to classify clients as "isolated" by the
77 Extended Isolation feature.
78
Martin Hundebølld353d8d2013-01-25 11:12:38 +010079What: /sys/class/net/<mesh_iface>/mesh/network_coding
80Date: Nov 2012
81Contact: Martin Hundeboll <martin@hundeboll.net>
82Description:
83 Controls whether Network Coding (using some magic
84 to send fewer wifi packets but still the same
85 content) is enabled or not.
86
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000087What: /sys/class/net/<mesh_iface>/mesh/orig_interval
88Date: May 2010
Marek Lindnerbc58eee2013-10-12 22:10:03 +080089Contact: Marek Lindner <mareklindner@neomailbox.ch>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000090Description:
91 Defines the interval in milliseconds in which batman
92 sends its protocol messages.
93
Marek Lindner60d8cce2012-10-21 17:02:25 +080094What: /sys/class/net/<mesh_iface>/mesh/routing_algo
95Date: Dec 2011
Marek Lindnerbc58eee2013-10-12 22:10:03 +080096Contact: Marek Lindner <mareklindner@neomailbox.ch>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000097Description:
Marek Lindner60d8cce2012-10-21 17:02:25 +080098 Defines the routing procotol this mesh instance
99 uses to find the optimal paths through the mesh.