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.
This commit is contained in:
Conrad Lara - KG6JEI 2015-03-23 22:55:09 -07:00
parent a5d9c3ee52
commit 50c4e0ed11
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ config olsrd
#option config_file '/etc/olsrd.conf'
option IpVersion '4'
#option MainIp '<wifi_ip>'
option MainIp '<wifi_ip>'
option RtTable '30'
option RtTableDefault '31'
option LinkQualityAlgorithm 'etx_ffeth'