Skip to content

Commit

Permalink
change network mask for olsr interfaces to 255.255.255.255 for some v…
Browse files Browse the repository at this point in the history
…illages
  • Loading branch information
FreifunkUFO committed Jun 30, 2014
1 parent 6598993 commit f835fc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -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'
Expand Down
Expand Up @@ -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'
Expand Down
Expand Up @@ -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'
Expand Down
Expand Up @@ -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'
Expand Down

0 comments on commit f835fc1

Please sign in to comment.