From 327f6d6eec5f1e20232014845ca54d8d84fe5e09 Mon Sep 17 00:00:00 2001 From: Marek Lindner Date: Sun, 6 Jun 2010 21:28:18 +0200 Subject: [PATCH] --- yaml --- r: 205664 b: refs/heads/master c: 8af60a8cf06f071a85b6101c86249cce92fa4203 h: refs/heads/master v: v3 --- [refs] | 2 +- .../batman-adv/sysfs-class-net-batman-adv | 14 +++++++++++ .../staging/batman-adv/sysfs-class-net-mesh | 25 +++++++++++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 trunk/drivers/staging/batman-adv/sysfs-class-net-batman-adv create mode 100644 trunk/drivers/staging/batman-adv/sysfs-class-net-mesh diff --git a/[refs] b/[refs] index e5e7261606ad..95d25024c861 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96d592ed599434d2d5f339a1d282871bc6377d2c +refs/heads/master: 8af60a8cf06f071a85b6101c86249cce92fa4203 diff --git a/trunk/drivers/staging/batman-adv/sysfs-class-net-batman-adv b/trunk/drivers/staging/batman-adv/sysfs-class-net-batman-adv new file mode 100644 index 000000000000..38dd762def4b --- /dev/null +++ b/trunk/drivers/staging/batman-adv/sysfs-class-net-batman-adv @@ -0,0 +1,14 @@ + +What: /sys/class/net//batman-adv/mesh_iface +Date: May 2010 +Contact: Marek Lindner +Description: + The /sys/class/net//batman-adv/mesh_iface file + displays the batman mesh interface this + currently is associated with. + +What: /sys/class/net//batman-adv/iface_status +Date: May 2010 +Contact: Marek Lindner +Description: + Indicates the status of as it is seen by batman. diff --git a/trunk/drivers/staging/batman-adv/sysfs-class-net-mesh b/trunk/drivers/staging/batman-adv/sysfs-class-net-mesh new file mode 100644 index 000000000000..c75a87b270e9 --- /dev/null +++ b/trunk/drivers/staging/batman-adv/sysfs-class-net-mesh @@ -0,0 +1,25 @@ + +What: /sys/class/net//mesh/aggregated_ogms +Date: May 2010 +Contact: Marek Lindner +Description: + Indicates whether the batman protocol messages of the + mesh shall be aggregated or not. + +What: /sys/class/net//mesh/orig_interval +Date: May 2010 +Contact: Marek Lindner +Description: + Defines the interval in milliseconds in which batman + sends its protocol messages. + +What: /sys/class/net//mesh/vis_mode +Date: May 2010 +Contact: Marek Lindner +Description: + Each batman node only maintains information about its + own local neighborhood, therefore generating graphs + showing the topology of the entire mesh is not easily + feasible without having a central instance to collect + the local topologies from all nodes. This file allows + to activate the collecting (server) mode.