mirror of https://github.com/aredn/aredn.git
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:
parent
a5d9c3ee52
commit
50c4e0ed11
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue