contrib/package/community-profiles: add olsr settings for pberg
This commit is contained in:
parent
ffebaa982c
commit
9689fb3161
1 changed files with 24 additions and 0 deletions
|
@ -7,6 +7,30 @@ config 'community' 'profile'
|
|||
option 'splash_prefix' '27'
|
||||
option 'latitude' '52.5427'
|
||||
option 'longitude' '13.4172'
|
||||
option 'mapserver' 'http://openwifi.net/openwifimap/'
|
||||
|
||||
config 'defaults' 'wifi_device'
|
||||
option 'channel' '10'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.0.0.0'
|
||||
|
||||
config 'defaults' 'olsr_interface'
|
||||
option 'Ip4Broadcast' '255.255.255.255'
|
||||
option 'HelloInterval' '3.0'
|
||||
option 'HelloValidityTime' '125.0'
|
||||
option 'TcInterval' '2.0'
|
||||
option 'TcValidityTime' '500.0'
|
||||
option 'MidInterval' '25.0'
|
||||
option 'MidValidityTime' '500.0'
|
||||
option 'HnaInterval' '10.0'
|
||||
option 'HnaValidityTime' '125.0'
|
||||
|
||||
config 'defaults' 'olsrd'
|
||||
option 'AllowNoInt' 'yes'
|
||||
option 'FIBMetric' 'flat'
|
||||
option 'Pollrate' '0.025'
|
||||
option 'TcRedundancy' '2'
|
||||
option 'NatThreshold' '0.75'
|
||||
option 'LinkQualityAlgorithm' 'etx_ff'
|
||||
|
||||
|
|
Loading…
Reference in a new issue