luci-app-olsrd2: upgrade uci-defaults for ucitrack handling to use json
[feed/routing.git] / oonf-olsrd2 / Config.in
index 1cc037aff3ebc9a2a1ea2d2c94857d62b8b28006..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"
@@ -30,7 +30,7 @@
                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 n
+               default y
 
        config OONF_GENERIC_HTTP
                bool "http plugin enabled"
                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