2 What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms
4 Contact: Marek Lindner <mareklindner@neomailbox.ch>
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/<vlan_subdir>/ap_isolation
11 Contact: Antonio Quartulli <a@unstable.cc>
13 Indicates whether the data traffic going from a
14 wireless client to another wireless client will be
15 silently dropped. <vlan_subdir> is empty when referring
18 What: /sys/class/net/<mesh_iface>/mesh/bonding
20 Contact: Simon Wunderlich <sw@simonwunderlich.de>
22 Indicates whether the data traffic going through the
23 mesh will be sent using multiple interfaces at the
24 same time (if available).
26 What: /sys/class/net/<mesh_iface>/mesh/bridge_loop_avoidance
28 Contact: Simon Wunderlich <sw@simonwunderlich.de>
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>.
35 What: /sys/class/net/<mesh_iface>/mesh/fragmentation
37 Contact: Andreas Langer <an.langer@gmx.de>
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.
43 What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth
45 Contact: Marek Lindner <mareklindner@neomailbox.ch>
47 Defines the bandwidth which is propagated by this
48 node if gw_mode was set to 'server'.
50 What: /sys/class/net/<mesh_iface>/mesh/gw_mode
52 Contact: Marek Lindner <mareklindner@neomailbox.ch>
54 Defines the state of the gateway features. Can be
55 either 'off', 'client' or 'server'.
57 What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class
59 Contact: Marek Lindner <mareklindner@neomailbox.ch>
61 Defines the selection criteria this node will use
62 to choose a gateway if gw_mode was set to 'client'.
64 What: /sys/class/net/<mesh_iface>/mesh/hop_penalty
66 Contact: Linus Lüssing <linus.luessing@web.de>
68 Defines the penalty which will be applied to an
69 originator message's tq-field on every hop.
71 What: /sys/class/net/<mesh_iface>/mesh/isolation_mark
73 Contact: Antonio Quartulli <a@unstable.cc>
75 Defines the isolation mark (and its bitmask) which
76 is used to classify clients as "isolated" by the
77 Extended Isolation feature.
79 What: /sys/class/net/<mesh_iface>/mesh/multicast_mode
81 Contact: Linus Lüssing <linus.luessing@web.de>
83 Indicates whether multicast optimizations are enabled
84 or disabled. If set to zero then all nodes in the
85 mesh are going to use classic flooding for any
86 multicast packet with no optimizations.
88 What: /sys/class/net/<mesh_iface>/mesh/network_coding
90 Contact: Martin Hundeboll <martin@hundeboll.net>
92 Controls whether Network Coding (using some magic
93 to send fewer wifi packets but still the same
94 content) is enabled or not.
96 What: /sys/class/net/<mesh_iface>/mesh/orig_interval
98 Contact: Marek Lindner <mareklindner@neomailbox.ch>
100 Defines the interval in milliseconds in which batman
101 sends its protocol messages.
103 What: /sys/class/net/<mesh_iface>/mesh/routing_algo
105 Contact: Marek Lindner <mareklindner@neomailbox.ch>
107 Defines the routing procotol this mesh instance
108 uses to find the optimal paths through the mesh.