1 This ABI is deprecated and will be removed after 2021. It is
2 replaced with the batadv generic netlink family.
4 What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms
6 Contact: Marek Lindner <mareklindner@neomailbox.ch>
8 Indicates whether the batman protocol messages of the
9 mesh <mesh_iface> shall be aggregated or not.
11 What: /sys/class/net/<mesh_iface>/mesh/<vlan_subdir>/ap_isolation
13 Contact: Antonio Quartulli <a@unstable.cc>
15 Indicates whether the data traffic going from a
16 wireless client to another wireless client will be
17 silently dropped. <vlan_subdir> is empty when referring
20 What: /sys/class/net/<mesh_iface>/mesh/bonding
22 Contact: Simon Wunderlich <sw@simonwunderlich.de>
24 Indicates whether the data traffic going through the
25 mesh will be sent using multiple interfaces at the
26 same time (if available).
28 What: /sys/class/net/<mesh_iface>/mesh/bridge_loop_avoidance
30 Contact: Simon Wunderlich <sw@simonwunderlich.de>
32 Indicates whether the bridge loop avoidance feature
33 is enabled. This feature detects and avoids loops
34 between the mesh and devices bridged with the soft
35 interface <mesh_iface>.
37 What: /sys/class/net/<mesh_iface>/mesh/fragmentation
39 Contact: Andreas Langer <an.langer@gmx.de>
41 Indicates whether the data traffic going through the
42 mesh will be fragmented or silently discarded if the
43 packet size exceeds the outgoing interface MTU.
45 What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth
47 Contact: Marek Lindner <mareklindner@neomailbox.ch>
49 Defines the bandwidth which is propagated by this
50 node if gw_mode was set to 'server'.
52 What: /sys/class/net/<mesh_iface>/mesh/gw_mode
54 Contact: Marek Lindner <mareklindner@neomailbox.ch>
56 Defines the state of the gateway features. Can be
57 either 'off', 'client' or 'server'.
59 What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class
61 Contact: Marek Lindner <mareklindner@neomailbox.ch>
63 Defines the selection criteria this node will use
64 to choose a gateway if gw_mode was set to 'client'.
66 What: /sys/class/net/<mesh_iface>/mesh/hop_penalty
68 Contact: Linus Lüssing <linus.luessing@web.de>
70 Defines the penalty which will be applied to an
71 originator message's tq-field on every hop.
73 What: /sys/class/net/<mesh_iface>/mesh/isolation_mark
75 Contact: Antonio Quartulli <a@unstable.cc>
77 Defines the isolation mark (and its bitmask) which
78 is used to classify clients as "isolated" by the
79 Extended Isolation feature.
81 What: /sys/class/net/<mesh_iface>/mesh/multicast_mode
83 Contact: Linus Lüssing <linus.luessing@web.de>
85 Indicates whether multicast optimizations are enabled
86 or disabled. If set to zero then all nodes in the
87 mesh are going to use classic flooding for any
88 multicast packet with no optimizations.
90 What: /sys/class/net/<mesh_iface>/mesh/network_coding
92 Contact: Martin Hundeboll <martin@hundeboll.net>
94 Controls whether Network Coding (using some magic
95 to send fewer wifi packets but still the same
96 content) is enabled or not.
98 What: /sys/class/net/<mesh_iface>/mesh/orig_interval
100 Contact: Marek Lindner <mareklindner@neomailbox.ch>
102 Defines the interval in milliseconds in which batman
103 sends its protocol messages.
105 What: /sys/class/net/<mesh_iface>/mesh/routing_algo
107 Contact: Marek Lindner <mareklindner@neomailbox.ch>
109 Defines the routing procotol this mesh instance
110 uses to find the optimal paths through the mesh.