f46831b3dd2b9af18674fea3510f6517f33e5be8
[feed/routing.git] / oonf-olsrd2 / Config.in
1 # OONF Olsrd2 configuration
2 menu "Optional Plugins"
3 depends on PACKAGE_oonf-olsrd2
4
5 config OONF_NHDP_AUTOLL4
6 bool "Auto_LL4 plugin enabled"
7 help
8 The auto_ll4 plugin automatically generates linklocal IPv4 addresses on interfaces that do not contain IPv4 addresses.
9 default n
10
11 config OONF_OLSRV2_LAN_IMPORT
12 bool "Lan_import plugin enabled"
13 help
14 The lan_import plugin can read routing tables and automatically export them as locally attached networks in olsrd2.
15 default n
16
17 config OONF_OLSRV2_ROUTE_MODIFIER
18 bool "route_modifier plugin enabled"
19 help
20 The route_modifier plugin allows you to overwrite aspects of routes (like table/protocol) for certain destinations.
21 default n
22
23 config OONF_GENERIC_DLEP_ROUTER
24 bool "dlep_router plugin enabled"
25 help
26 The dlep_router plugin can receive linklayer metadata over the DLEP protocol.
27 default n
28
29 endmenu