change network mask for olsr interfaces to 255.255.255.255 for some villages
This commit is contained in:
parent
6598993359
commit
f835fc1edf
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ config 'community' 'profile'
|
|||
option 'adhoc_dhcp_when_vap' '0'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.0.0.0'
|
||||
option 'netmask' '255.255.255.255'
|
||||
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
|
|
|
@ -10,7 +10,7 @@ config 'community' 'profile'
|
|||
option 'adhoc_dhcp_when_vap' '0'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.0.0.0'
|
||||
option 'netmask' '255.255.255.255'
|
||||
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
|
|
|
@ -11,7 +11,7 @@ config 'community' 'profile'
|
|||
option 'adhoc_dhcp_when_vap' '0'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.0.0.0'
|
||||
option 'netmask' '255.255.255.255'
|
||||
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
|
|
|
@ -9,7 +9,7 @@ config 'community' 'profile'
|
|||
option 'longitude' '12.61'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.255.0.0'
|
||||
option 'netmask' '255.255.255.255'
|
||||
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
|
|
Loading…
Reference in a new issue