-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsysfs-class-net-batman-adv
25 lines (22 loc) · 1.14 KB
/
sysfs-class-net-batman-adv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
What: /sys/class/net/<iface>/batman-adv/iface_status
Date: May 2010
Contact: Marek Lindner <[email protected]>
Description:
Indicates the status of <iface> as it is seen by batman.
What: /sys/class/net/<iface>/batman-adv/mesh_iface
Date: May 2010
Contact: Marek Lindner <[email protected]>
Description:
The /sys/class/net/<iface>/batman-adv/mesh_iface file
displays the batman mesh interface this <iface>
currently is associated with.
What: /sys/class/net/<iface>/batman-adv/no_rebroadcast
Date: Sep 2013
Contact: Linus Lüssing <[email protected]>
Description:
With this option set incoming multicast payload frames on
<iface> are not being rebroadcasted on <iface> again. This
option should be set on links which are known to be transitive
and symmetric only, for instance point-to-point wifi longshots
or wired links. Using this option wrongly is going to
break your mesh network, use at your own risk!