diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2011-11-28 17:15:37 +0100 |
---|---|---|
committer | Marek Lindner <lindner_marek@yahoo.de> | 2012-02-16 19:50:20 +0100 |
commit | ea3d2fd1b11fb3ef8706a48ece0a49a61bcd08bc (patch) | |
tree | f2c9c945d6a73540569f796363b2899ad75656d3 /Documentation/ABI/testing/sysfs-class-net-mesh | |
parent | batman-adv: allowing changing the routing algorithm via module parameter (diff) | |
download | linux-ea3d2fd1b11fb3ef8706a48ece0a49a61bcd08bc.tar.xz linux-ea3d2fd1b11fb3ef8706a48ece0a49a61bcd08bc.zip |
batman-adv: export used routing algorithm via sysfs
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-net-mesh')
-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: Defines the penalty which will be applied to an originator message's tq-field on every hop. +What: /sys/class/net/<mesh_iface>/mesh/routing_algo +Date: Dec 2011 +Contact: Marek Lindner <lindner_marek@yahoo.de> +Description: + Defines the routing procotol this mesh instance + uses to find the optimal paths through the mesh. + What: /sys/class/net/<mesh_iface>/mesh/vis_mode Date: May 2010 Contact: Marek Lindner <lindner_marek@yahoo.de> |