VMware Balloon driver
[safe/jmp/linux-2.6] / drivers / staging / batman-adv / TODO
1 => proc interface
2 * implement new interface to add/delete interfaces and setting options
3 * /proc/sys/net/batman-adv/ as main folder
4 * in interfaces/ list every available interface of the host
5 * each interfaces/$iface/ contains the following files:
6 -> enable (def: 0) [add/remove this interface to batman-adv]
7 -> ogm_interval (def: 1000) [ogm interval of that interface]
8 -> context (def: bat0) [later we want to support multiple mesh instances via
9 -> bat0/bat1/bat2/..]
10 -> status (read-only) [outputs the interface status from batman's
11 -> perspective]
12 * in mesh/batX/ list every available mesh subnet
13 -> vis_server (def: 0) [enable/disable vis server for that mesh]
14 -> vis_data (read-only) [outputs the vis data in a raw format]
15 -> aggregate_ogm (def: 1) [enable/disable ogm aggregation for that mesh]
16 -> originators (read-only) [outputs the originator table]
17 -> transtable_global (read-only) [outputs the global translation table]
18 -> transtable_local (read-only) [outputs the local translation table]
19
20 => fix checkpatch.pl errors
21
22 Please send all patches to:
23         Marek Lindner <lindner_marek@yahoo.de>
24         Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
25         Andrew Lunn <andrew@lunn.ch>
26         b.a.t.m.a.n@lists.open-mesh.net
27         Greg Kroah-Hartman <gregkh@suse.de>