Move IP prefix information out of next_node scope
This commit is contained in:
parent
ad1c3e6cf1
commit
474574b130
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
hostname_prefix => 'freifunk',
|
hostname_prefix => 'freifunk',
|
||||||
|
|
||||||
|
prefix4 => '10.130.0.0/20',
|
||||||
|
prefix6 => 'fdef:ffc0:3dd7::/64',
|
||||||
|
|
||||||
wifi24 => {
|
wifi24 => {
|
||||||
ssid => 'luebeck.freifunk.net',
|
ssid => 'luebeck.freifunk.net',
|
||||||
channel => 1,
|
channel => 1,
|
||||||
|
@ -18,10 +21,7 @@
|
||||||
|
|
||||||
next_node => {
|
next_node => {
|
||||||
ip4 => '10.130.0.1',
|
ip4 => '10.130.0.1',
|
||||||
prefix4 => '10.130.0.0/20',
|
|
||||||
|
|
||||||
ip6 => 'fdef:ffc0:3dd7::1',
|
ip6 => 'fdef:ffc0:3dd7::1',
|
||||||
prefix6 => 'fdef:ffc0:3dd7::/64',
|
|
||||||
|
|
||||||
mac => '16:41:95:40:f7:dc',
|
mac => '16:41:95:40:f7:dc',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue