luci-0.9: merge r5560
This commit is contained in:
parent
17d2f0f6b4
commit
7d2189ddfa
2 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,8 @@ for i=0,7 do
|
|||
end
|
||||
willingness.optional = true
|
||||
|
||||
natthr = s:option(Value, "NatThreshold")
|
||||
natthr.optional = true
|
||||
|
||||
|
||||
i = m:section(TypedSection, "Interface", translate("interfaces"))
|
||||
|
|
|
@ -2,6 +2,7 @@ config 'olsrd'
|
|||
option 'IpVersion' '4'
|
||||
option 'FIBMetric' 'flat'
|
||||
option 'LinkQualityAlgorithm' 'etx_ff'
|
||||
option 'NatThreshold' '0.75'
|
||||
|
||||
config 'Interface'
|
||||
option 'ignore' '1'
|
||||
|
|
Loading…
Reference in a new issue