bmx6: drop package
[feed/routing.git] / oonf-olsrd2 / Config.in
index 7cda51805c8159de564d7112744c1f9551b2580b..e4621e44e5a4ff55fbfe94ff7b4d5b9f27909034 100644 (file)
                bool "Lan_import plugin enabled"
                help
                        The lan_import plugin can read routing tables and automatically export them as locally attached networks in olsrd2.
-               default n
+               default y
 
        config OONF_OLSRV2_ROUTE_MODIFIER
                bool "route_modifier plugin enabled"
                help
                        The route_modifier plugin allows you to overwrite aspects of routes (like table/protocol) for certain destinations. 
-               default n
+               default y
 
        config OONF_GENERIC_DLEP_ROUTER
                bool "dlep_router plugin enabled"
                bool "remotecontrol plugin enabled"
                help
                        The remotecontrol plugin allows you to control configuration and logging over the telnet plugin. Be careful not to open this functionality over the network without securing it.
+               default y
+
+       config OONF_GENERIC_HTTP
+               bool "http plugin enabled"
+               help
+                       The HTTP plugin allows HTTP access to all telnet commands.
+               default n
+
+       config OONF_OLSRV2_MPR
+               bool "MPR plugin enabled"
+               help
+                       The MPR plugin reduce the routing graph to limit the overhead of the OLSRv2 protocol
+               default y
+
+       config OONF_OLSRV2_LAN
+               bool "New config option for Locally attached entries"
+               help
+                       Adds the 'lan' section to the config to configure LANs without setting multiple settings in a single key/value pair
+               default y
+
+       config OONF_OLSRV2_OLD_LAN
+               bool "Legacy option for Locally attached entries"
+               help
+                       Adds the olsr 'lan' config key in the olsrv2 section
                default n
 
        endmenu