Commit bc58eeef authored by Marek Lindner's avatar Marek Lindner Committed by Antonio Quartulli

batman-adv: update email address for Marek Lindner

Signed-off-by: default avatarMarek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: default avatarAntonio Quartulli <antonio@meshcoding.com>
parent 9f686951
What: /sys/class/net/<iface>/batman-adv/iface_status What: /sys/class/net/<iface>/batman-adv/iface_status
Date: May 2010 Date: May 2010
Contact: Marek Lindner <lindner_marek@yahoo.de> Contact: Marek Lindner <mareklindner@neomailbox.ch>
Description: Description:
Indicates the status of <iface> as it is seen by batman. Indicates the status of <iface> as it is seen by batman.
What: /sys/class/net/<iface>/batman-adv/mesh_iface What: /sys/class/net/<iface>/batman-adv/mesh_iface
Date: May 2010 Date: May 2010
Contact: Marek Lindner <lindner_marek@yahoo.de> Contact: Marek Lindner <mareklindner@neomailbox.ch>
Description: Description:
The /sys/class/net/<iface>/batman-adv/mesh_iface file The /sys/class/net/<iface>/batman-adv/mesh_iface file
displays the batman mesh interface this <iface> displays the batman mesh interface this <iface>
......
What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms
Date: May 2010 Date: May 2010
Contact: Marek Lindner <lindner_marek@yahoo.de> Contact: Marek Lindner <mareklindner@neomailbox.ch>
Description: Description:
Indicates whether the batman protocol messages of the Indicates whether the batman protocol messages of the
mesh <mesh_iface> shall be aggregated or not. mesh <mesh_iface> shall be aggregated or not.
...@@ -41,21 +41,21 @@ Description: ...@@ -41,21 +41,21 @@ Description:
What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth
Date: October 2010 Date: October 2010
Contact: Marek Lindner <lindner_marek@yahoo.de> Contact: Marek Lindner <mareklindner@neomailbox.ch>
Description: Description:
Defines the bandwidth which is propagated by this Defines the bandwidth which is propagated by this
node if gw_mode was set to 'server'. node if gw_mode was set to 'server'.
What: /sys/class/net/<mesh_iface>/mesh/gw_mode What: /sys/class/net/<mesh_iface>/mesh/gw_mode
Date: October 2010 Date: October 2010
Contact: Marek Lindner <lindner_marek@yahoo.de> Contact: Marek Lindner <mareklindner@neomailbox.ch>
Description: Description:
Defines the state of the gateway features. Can be Defines the state of the gateway features. Can be
either 'off', 'client' or 'server'. either 'off', 'client' or 'server'.
What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class
Date: October 2010 Date: October 2010
Contact: Marek Lindner <lindner_marek@yahoo.de> Contact: Marek Lindner <mareklindner@neomailbox.ch>
Description: Description:
Defines the selection criteria this node will use Defines the selection criteria this node will use
to choose a gateway if gw_mode was set to 'client'. to choose a gateway if gw_mode was set to 'client'.
...@@ -77,14 +77,14 @@ Description: ...@@ -77,14 +77,14 @@ Description:
What: /sys/class/net/<mesh_iface>/mesh/orig_interval What: /sys/class/net/<mesh_iface>/mesh/orig_interval
Date: May 2010 Date: May 2010
Contact: Marek Lindner <lindner_marek@yahoo.de> Contact: Marek Lindner <mareklindner@neomailbox.ch>
Description: Description:
Defines the interval in milliseconds in which batman Defines the interval in milliseconds in which batman
sends its protocol messages. sends its protocol messages.
What: /sys/class/net/<mesh_iface>/mesh/routing_algo What: /sys/class/net/<mesh_iface>/mesh/routing_algo
Date: Dec 2011 Date: Dec 2011
Contact: Marek Lindner <lindner_marek@yahoo.de> Contact: Marek Lindner <mareklindner@neomailbox.ch>
Description: Description:
Defines the routing procotol this mesh instance Defines the routing procotol this mesh instance
uses to find the optimal paths through the mesh. uses to find the optimal paths through the mesh.
...@@ -199,5 +199,5 @@ Mailing-list: b.a.t.m.a.n@open-mesh.org (optional subscription ...@@ -199,5 +199,5 @@ Mailing-list: b.a.t.m.a.n@open-mesh.org (optional subscription
You can also contact the Authors: You can also contact the Authors:
Marek Lindner <lindner_marek@yahoo.de> Marek Lindner <mareklindner@neomailbox.ch>
Simon Wunderlich <sw@simonwunderlich.de> Simon Wunderlich <sw@simonwunderlich.de>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef _NET_BATMAN_ADV_MAIN_H_ #ifndef _NET_BATMAN_ADV_MAIN_H_
#define _NET_BATMAN_ADV_MAIN_H_ #define _NET_BATMAN_ADV_MAIN_H_
#define BATADV_DRIVER_AUTHOR "Marek Lindner <lindner_marek@yahoo.de>, " \ #define BATADV_DRIVER_AUTHOR "Marek Lindner <mareklindner@neomailbox.ch>, " \
"Simon Wunderlich <sw@simonwunderlich.de>" "Simon Wunderlich <sw@simonwunderlich.de>"
#define BATADV_DRIVER_DESC "B.A.T.M.A.N. advanced" #define BATADV_DRIVER_DESC "B.A.T.M.A.N. advanced"
#define BATADV_DRIVER_DEVICE "batman-adv" #define BATADV_DRIVER_DEVICE "batman-adv"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment