diff options
| author | Marek Lindner <lindner_marek@yahoo.de> | 2012-10-21 05:02:25 -0400 |
|---|---|---|
| committer | Antonio Quartulli <ordex@autistici.org> | 2012-11-21 06:34:50 -0500 |
| commit | 60d8cce7c53f188d99cb01a0a013cf3544f35e29 (patch) | |
| tree | a41340d5f967899c03f0f84784ef2dbe697c69e3 | |
| parent | bb351ba0bba23f01af00e36bfe20897201f404fa (diff) | |
batman-adv: sysfs documentation should keep alphabetical order
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-class-net-batman-adv | 11 | ||||
| -rw-r--r-- | Documentation/ABI/testing/sysfs-class-net-mesh | 40 |
2 files changed, 26 insertions, 25 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net-batman-adv b/Documentation/ABI/testing/sysfs-class-net-batman-adv index 38dd762def4b..bdc00707c751 100644 --- a/Documentation/ABI/testing/sysfs-class-net-batman-adv +++ b/Documentation/ABI/testing/sysfs-class-net-batman-adv | |||
| @@ -1,4 +1,10 @@ | |||
| 1 | 1 | ||
| 2 | What: /sys/class/net/<iface>/batman-adv/iface_status | ||
| 3 | Date: May 2010 | ||
| 4 | Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
| 5 | Description: | ||
| 6 | Indicates the status of <iface> as it is seen by batman. | ||
| 7 | |||
| 2 | What: /sys/class/net/<iface>/batman-adv/mesh_iface | 8 | What: /sys/class/net/<iface>/batman-adv/mesh_iface |
| 3 | Date: May 2010 | 9 | Date: May 2010 |
| 4 | Contact: Marek Lindner <lindner_marek@yahoo.de> | 10 | Contact: Marek Lindner <lindner_marek@yahoo.de> |
| @@ -7,8 +13,3 @@ Description: | |||
| 7 | displays the batman mesh interface this <iface> | 13 | displays the batman mesh interface this <iface> |
| 8 | currently is associated with. | 14 | currently is associated with. |
| 9 | 15 | ||
| 10 | What: /sys/class/net/<iface>/batman-adv/iface_status | ||
| 11 | Date: May 2010 | ||
| 12 | Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
| 13 | Description: | ||
| 14 | Indicates the status of <iface> as it is seen by batman. | ||
diff --git a/Documentation/ABI/testing/sysfs-class-net-mesh b/Documentation/ABI/testing/sysfs-class-net-mesh index c81fe89c4c46..bc41da61608d 100644 --- a/Documentation/ABI/testing/sysfs-class-net-mesh +++ b/Documentation/ABI/testing/sysfs-class-net-mesh | |||
| @@ -6,6 +6,14 @@ Description: | |||
| 6 | Indicates whether the batman protocol messages of the | 6 | Indicates whether the batman protocol messages of the |
| 7 | mesh <mesh_iface> shall be aggregated or not. | 7 | mesh <mesh_iface> shall be aggregated or not. |
| 8 | 8 | ||
| 9 | What: /sys/class/net/<mesh_iface>/mesh/ap_isolation | ||
| 10 | Date: May 2011 | ||
| 11 | Contact: Antonio Quartulli <ordex@autistici.org> | ||
| 12 | Description: | ||
| 13 | Indicates whether the data traffic going from a | ||
| 14 | wireless client to another wireless client will be | ||
| 15 | silently dropped. | ||
| 16 | |||
| 9 | What: /sys/class/net/<mesh_iface>/mesh/bonding | 17 | What: /sys/class/net/<mesh_iface>/mesh/bonding |
| 10 | Date: June 2010 | 18 | Date: June 2010 |
| 11 | Contact: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> | 19 | Contact: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> |
| @@ -31,14 +39,6 @@ Description: | |||
| 31 | mesh will be fragmented or silently discarded if the | 39 | mesh will be fragmented or silently discarded if the |
| 32 | packet size exceeds the outgoing interface MTU. | 40 | packet size exceeds the outgoing interface MTU. |
| 33 | 41 | ||
| 34 | What: /sys/class/net/<mesh_iface>/mesh/ap_isolation | ||
| 35 | Date: May 2011 | ||
| 36 | Contact: Antonio Quartulli <ordex@autistici.org> | ||
| 37 | Description: | ||
| 38 | Indicates whether the data traffic going from a | ||
| 39 | wireless client to another wireless client will be | ||
| 40 | silently dropped. | ||
| 41 | |||
| 42 | What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth | 42 | What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth |
| 43 | Date: October 2010 | 43 | Date: October 2010 |
| 44 | Contact: Marek Lindner <lindner_marek@yahoo.de> | 44 | Contact: Marek Lindner <lindner_marek@yahoo.de> |
| @@ -60,6 +60,13 @@ Description: | |||
| 60 | Defines the selection criteria this node will use | 60 | Defines the selection criteria this node will use |
| 61 | to choose a gateway if gw_mode was set to 'client'. | 61 | to choose a gateway if gw_mode was set to 'client'. |
| 62 | 62 | ||
| 63 | What: /sys/class/net/<mesh_iface>/mesh/hop_penalty | ||
| 64 | Date: Oct 2010 | ||
| 65 | Contact: Linus Lüssing <linus.luessing@web.de> | ||
| 66 | Description: | ||
| 67 | Defines the penalty which will be applied to an | ||
| 68 | originator message's tq-field on every hop. | ||
| 69 | |||
| 63 | What: /sys/class/net/<mesh_iface>/mesh/orig_interval | 70 | What: /sys/class/net/<mesh_iface>/mesh/orig_interval |
| 64 | Date: May 2010 | 71 | Date: May 2010 |
| 65 | Contact: Marek Lindner <lindner_marek@yahoo.de> | 72 | Contact: Marek Lindner <lindner_marek@yahoo.de> |
| @@ -67,19 +74,12 @@ Description: | |||
| 67 | Defines the interval in milliseconds in which batman | 74 | Defines the interval in milliseconds in which batman |
| 68 | sends its protocol messages. | 75 | sends its protocol messages. |
| 69 | 76 | ||
| 70 | What: /sys/class/net/<mesh_iface>/mesh/hop_penalty | 77 | What: /sys/class/net/<mesh_iface>/mesh/routing_algo |
| 71 | Date: Oct 2010 | 78 | Date: Dec 2011 |
| 72 | Contact: Linus Lüssing <linus.luessing@web.de> | 79 | Contact: Marek Lindner <lindner_marek@yahoo.de> |
| 73 | Description: | ||
| 74 | Defines the penalty which will be applied to an | ||
| 75 | originator message's tq-field on every hop. | ||
| 76 | |||
| 77 | What: /sys/class/net/<mesh_iface>/mesh/routing_algo | ||
| 78 | Date: Dec 2011 | ||
| 79 | Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
| 80 | Description: | 80 | Description: |
| 81 | Defines the routing procotol this mesh instance | 81 | Defines the routing procotol this mesh instance |
| 82 | uses to find the optimal paths through the mesh. | 82 | uses to find the optimal paths through the mesh. |
| 83 | 83 | ||
| 84 | What: /sys/class/net/<mesh_iface>/mesh/vis_mode | 84 | What: /sys/class/net/<mesh_iface>/mesh/vis_mode |
| 85 | Date: May 2010 | 85 | Date: May 2010 |
