From 50c4e0ed11bb69bd4661b0d81e06ffc7b0fd2bd6 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Mon, 23 Mar 2015 22:55:09 -0700 Subject: [PATCH] bugfix: nodes sometimes show up as mid1 Nodes sometimes show up as a mid1 entry when dtdlink and RF connected. Sometimes the nodes will get the eth0 ip because wlan0 is not up yet. Under Barrier Breaker the MainIP option is now supported as part of the uci system which allows us to restore using this setting. We can now force the IP address that is claimed (wlan0) for the primary IP of the node. --- files/etc/config.mesh/olsrd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/etc/config.mesh/olsrd b/files/etc/config.mesh/olsrd index 19b86493..75c9afe3 100644 --- a/files/etc/config.mesh/olsrd +++ b/files/etc/config.mesh/olsrd @@ -3,7 +3,7 @@ config olsrd #option config_file '/etc/olsrd.conf' option IpVersion '4' - #option MainIp '' + option MainIp '' option RtTable '30' option RtTableDefault '31' option LinkQualityAlgorithm 'etx_ffeth'