contrib/community-profiles: Fix Halle profile, #597
This commit is contained in:
parent
a4c083ecef
commit
110e087441
1 changed files with 24 additions and 1 deletions
|
@ -10,8 +10,31 @@ config 'community' 'profile'
|
|||
|
||||
config 'defaults' 'wifi_device'
|
||||
option 'channel' '13'
|
||||
option 'country' 'DE'
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
option 'all' '02:CA:FF:EE:BA:BE'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.0.0.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'
|
||||
option 'LinkQualityFishEye' '1'
|
||||
option 'Willingness' '3'
|
||||
|
||||
config 'defaults' 'olsr_interface'
|
||||
option 'Ip4Broadcast' '255.255.255.255'
|
||||
option 'HelloInterval' '5.0'
|
||||
option 'HelloValidityTime' '125.0'
|
||||
option 'TcInterval' '3.0'
|
||||
option 'TcValidityTime' '375.0'
|
||||
option 'MidInterval' '25.0'
|
||||
option 'MidValidityTime' '375.0'
|
||||
option 'HnaInterval' '25.0'
|
||||
option 'HnaValidityTime' '375.0'
|
||||
|
|
Loading…
Reference in a new issue