diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2011-11-28 11:15:37 -0500 |
---|---|---|
committer | Marek Lindner <lindner_marek@yahoo.de> | 2012-02-16 13:50:20 -0500 |
commit | ea3d2fd1b11fb3ef8706a48ece0a49a61bcd08bc (patch) | |
tree | f2c9c945d6a73540569f796363b2899ad75656d3 /Documentation/ABI | |
parent | d419be1fd1e4417adc833365a3b69d0968c27c3f (diff) |
batman-adv: export used routing algorithm via sysfs
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-net-mesh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net-mesh b/Documentation/ABI/testing/sysfs-class-net-mesh index b02001488eef..b218e0f8bdb3 100644 --- a/Documentation/ABI/testing/sysfs-class-net-mesh +++ b/Documentation/ABI/testing/sysfs-class-net-mesh | |||
@@ -65,6 +65,13 @@ Description: | |||
65 | Defines the penalty which will be applied to an | 65 | Defines the penalty which will be applied to an |
66 | originator message's tq-field on every hop. | 66 | originator message's tq-field on every hop. |
67 | 67 | ||
68 | What: /sys/class/net/<mesh_iface>/mesh/routing_algo | ||
69 | Date: Dec 2011 | ||
70 | Contact: Marek Lindner <lindner_marek@yahoo.de> | ||
71 | Description: | ||
72 | Defines the routing procotol this mesh instance | ||
73 | uses to find the optimal paths through the mesh. | ||
74 | |||
68 | What: /sys/class/net/<mesh_iface>/mesh/vis_mode | 75 | What: /sys/class/net/<mesh_iface>/mesh/vis_mode |
69 | Date: May 2010 | 76 | Date: May 2010 |
70 | Contact: Marek Lindner <lindner_marek@yahoo.de> | 77 | Contact: Marek Lindner <lindner_marek@yahoo.de> |