mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
change network mask for olsr interfaces to 255.255.255.255 for some villages
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user