Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 1 | # |
| 2 | # B.A.T.M.A.N meshing protocol |
| 3 | # |
| 4 | |
| 5 | config BATMAN_ADV |
| 6 | tristate "B.A.T.M.A.N. Advanced Meshing Protocol" |
Simon Wunderlich | 7a5cc24 | 2012-01-22 20:00:27 +0100 | [diff] [blame] | 7 | depends on NET |
Antonio Quartulli | a73105b | 2011-04-27 14:27:44 +0200 | [diff] [blame] | 8 | select CRC16 |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 9 | default n |
Antonio Quartulli | 10e3cd6 | 2012-03-31 16:10:33 +0300 | [diff] [blame] | 10 | help |
| 11 | B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is |
| 12 | a routing protocol for multi-hop ad-hoc mesh networks. The |
| 13 | networks may be wired or wireless. See |
| 14 | http://www.open-mesh.org/ for more information and user space |
| 15 | tools. |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 16 | |
Simon Wunderlich | 7a5cc24 | 2012-01-22 20:00:27 +0100 | [diff] [blame] | 17 | config BATMAN_ADV_BLA |
| 18 | bool "Bridge Loop Avoidance" |
| 19 | depends on BATMAN_ADV && INET |
| 20 | default y |
| 21 | help |
| 22 | This option enables BLA (Bridge Loop Avoidance), a mechanism |
| 23 | to avoid Ethernet frames looping when mesh nodes are connected |
| 24 | to both the same LAN and the same mesh. If you will never use |
| 25 | more than one mesh node in the same LAN, you can safely remove |
| 26 | this feature and save some space. |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 27 | |
| 28 | config BATMAN_ADV_DEBUG |
| 29 | bool "B.A.T.M.A.N. debugging" |
Antonio Quartulli | 10e3cd6 | 2012-03-31 16:10:33 +0300 | [diff] [blame] | 30 | depends on BATMAN_ADV |
| 31 | help |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 32 | This is an option for use by developers; most people should |
| 33 | say N here. This enables compilation of support for |
| 34 | outputting debugging information to the kernel log. The |
| 35 | output is controlled via the module parameter debug. |